class DependencyFinderVisitor(NodeVisitor):
Method | __init__ |
Undocumented |
Method | visit_Block |
Stop visiting at blocks. |
Method | visit_Filter |
Undocumented |
Method | visit_Test |
Undocumented |
Instance Variable | filters |
Undocumented |
Instance Variable | tests |
Undocumented |
Inherited from NodeVisitor
:
Method | generic_visit |
Called if no explicit visitor function exists for a node. |
Method | get_visitor |
Return the visitor function for this node or None if no visitor exists for this node. In that case the generic visit function is used instead. |
Method | visit |
Visit a node. |