module documentation
General purpose visitor pattern implementation, with extensions.
| Class | |
This class helps iterating on visitor extensions that should run at different times. |
| Class | |
Visitor class that do not have to define all possible visit_.* methods since it overrides the default behaviour of unknown_visit() and unknown_departure() not to raise NotImplementedError. |
| Class | |
"Visitor" pattern abstract superclass implementation for tree traversals. |
| Class | |
The node visitor extension base class, to inherit from. |
| Class | |
This enumeration contains the different times an extension methods are called. |
| Type Variable | T |
Undocumented |
| Class | _ |
No class docstring; 4/4 methods documented |