class documentation

Find any node given the function to match

Method __init__ Undocumented
Method execute Undocumented
Method generic_visit Undocumented
Instance Variable found_node Undocumented
Instance Variable func_to_match Undocumented

Inherited from AstVisitor:

Method visit Undocumented
def __init__(self, func_to_match): (source)

Undocumented

def execute(self, node): (source)

Undocumented

def generic_visit(self, node): (source)
found_node = (source)

Undocumented

func_to_match = (source)

Undocumented