class documentation

class ExceptionRaiseRefVisitor(BaseVisitor): (source)

View In Hierarchy

Visit references (anything that is not an AST leaf).

Method visit_call Undocumented
Method visit_name Undocumented

Inherited from BaseVisitor:

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

Undocumented

def visit_name(self, node: nodes.Name): (source)

Undocumented