module documentation

Useful visitors for AST and pydocspec.ApiObject instances.

Class ApiObjectVisitor Undocumented
Class ApiObjectVisitorExt Undocumented
Class AstVisitor Undocumented
Class AstVisitorExt Undocumented
Class FilterVisitor Visits objects applying the predicate. If the predicate returrns a False value, the object will be removed from it's containing list.
Class PrintVisitor Visit objects and print each object with the defined format string. Available substitutions are:
Class ReprVisitor Format a representation of a arbitrary ApiObject, including nested members of the tree.
Function iter_fields Iter each values of the API object fields. Fields are listed in the _spec_fields class varaible.
Class _ApiObjectVisitorGetChildren Undocumented
Class _ASTVisitorGetChildren Undocumented
Class _ASTVisitorGetChildrenBodyOnly No class docstring; 1/1 class method documented
Class _docspecApiObjectVisitor Undocumented
Function _colored Undocumented
def iter_fields(ob): (source)

Iter each values of the API object fields. Fields are listed in the _spec_fields class varaible.

Parameters
ob:pydocspec.ApiObjectUndocumented
Returns
t.Iterator[t.Tuple[str, t.Any]]Undocumented
def _colored(s, *args, **kwargs): (source)

Undocumented