class documentation
class Ancestors(ast.NodeVisitor): (source)
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 |
Undocumented |
| Instance Variable | parents |
Undocumented |
| Instance Variable | _current |
Undocumented |