class documentation

Undocumented

Method __init__ Undocumented
Method generic_visit Called when no visit function is found for a node type.
Instance Variable traces_by_node_type Undocumented

Inherited from MatchAstVisitor:

Method enter_Assign Undocumented
Method enter_Module Undocumented
Method leave_Assign Undocumented
Method leave_Module Undocumented
Method match Gets the traces for the given node, along with their locations.
Method match_Attribute Undocumented
Method match_BinOp Undocumented
Method match_Bytes Undocumented
Method match_Call Undocumented
Method match_Constant Undocumented
Method match_Ellipsis Undocumented
Method match_FunctionDef Undocumented
Method match_Import Undocumented
Method match_ImportFrom Undocumented
Method match_Lambda Undocumented
Method match_Name Undocumented
Method match_NameConstant Undocumented
Method match_Num Undocumented
Method match_Str Undocumented
Method match_Subscript Undocumented
Instance Variable source Undocumented
Method _get_match_location Undocumented
Method _get_node_name Undocumented
Method _get_traces Yields matching traces.
Method _match_constant Undocumented
Method _match_import Undocumented
Instance Variable _assign_subscr Undocumented
Instance Variable _matched Undocumented

Inherited from BaseVisitor (via MatchAstVisitor):

Method enter Does a pre-order traversal of the AST.
Method leave Called after visit() to do any cleanup that enter() needs.
Method visit Does a post-order traversal of the AST.
Method _call_visitor Undocumented
Method _children Children to recurse over.
Instance Variable _ast Undocumented
Instance Variable _node_children Undocumented
def __init__(self, *args, **kwargs): (source)
def generic_visit(self, node): (source)

Called when no visit function is found for a node type.

traces_by_node_type = (source)

Undocumented