class documentation
class ReprVisitor(ApiObjectVisitor): (source)
Format a representation of a arbitrary ApiObject, including nested members of the tree.
| Parameters | |
| full | whether to show the full qualified name for objects, default is just the name |
| fields | list 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 |
Undocumented |
| Instance Variable | fields |
Undocumented |
| Instance Variable | full |
Undocumented |
| Instance Variable | repr |
Undocumented |
Inherited from _ApiObjectVisitorGetChildren (via ApiObjectVisitor):
| Class Method | get |
Undocumented |