class documentation

Base class for visitors defined in this module.

Method __init__ Undocumented
Method visit Undocumented
Method visit_default Default implementation for all the nodes.
Instance Variable _checker Undocumented
Instance Variable _node Undocumented
def __init__(self, checker: ExceptionsChecker, node: nodes.Raise): (source)

Undocumented

Undocumented

def visit_default(self, _: nodes.NodeNG): (source)

Default implementation for all the nodes.

_checker = (source)

Undocumented

Undocumented