class FindTuple(_ast_util.NodeVisitor):
Undocumented
Method | __init__ |
Undocumented |
Method | visit_Tuple |
Undocumented |
Instance Variable | code_factory |
Undocumented |
Instance Variable | exception_kwargs |
Undocumented |
Instance Variable | listener |
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. |