class documentation

Build the ancestor tree, that associates a node to the list of node visited from the root node (the Module) to the current node

Method __init__ Undocumented
Method generic_visit Undocumented
Instance Variable parents Undocumented
Instance Variable _current Undocumented
def __init__(self): (source)

Undocumented

def generic_visit(self, node: ast.AST): (source)

Undocumented

Undocumented

Undocumented