class documentation

Undocumented

Method __init__ Undocumented
Method unknown_visit Called when entering unknown Node types.
Method visit_reference Undocumented
Instance Variable document Undocumented
Instance Variable unknown_reference_resolvers Undocumented

Inherited from NodeVisitor (via SparseNodeVisitor):

Method dispatch_departure Call self."depart_ + node class name" with node as parameter. If the depart_... method does not exist, call self.unknown_departure.
Method dispatch_visit Call self."visit_ + node class name" with node as parameter. If the visit_... method does not exist, call self.unknown_visit.
Method unknown_departure Called before exiting unknown Node types.
Class Variable optional Tuple containing node class names (as strings).
def __init__(self, document, unknown_reference_resolvers): (source)

Undocumented

def unknown_visit(self, node): (source)

Called when entering unknown Node types.

Raise an exception unless overridden.

def visit_reference(self, node): (source)

Undocumented

unknown_reference_resolvers = (source)

Undocumented