class documentation

Format a representation of a arbitrary ApiObject, including nested members of the tree.

Parameters
full_namewhether to show the full qualified name for objects, default is just the name
fieldslist of names of the fields to show, default is to show all fields evaluated to a true value.
Note
It will always ignore ast values.
Method __init__ Undocumented
Method unknown_visit Undocumented
Instance Variable fields Undocumented
Instance Variable full_name Undocumented
Instance Variable repr Undocumented

Inherited from _ApiObjectVisitorGetChildren (via ApiObjectVisitor):

Class Method get_children Undocumented
def __init__(self, full_name=False, fields=None): (source)

Undocumented

Parameters
full_name:boolUndocumented
fields:t.Optional[t.Sequence[str]]Undocumented
def unknown_visit(self, ob): (source)

Undocumented

Parameters
ob:pydocspec.ApiObjectUndocumented
fields = (source)

Undocumented

full_name = (source)

Undocumented

repr: str = (source)

Undocumented