class documentation
This class helps iterating on visitor extensions that should run at different times.
| Method | __init__ |
Initialize the extensions container. |
| Method | add |
Add extensions to this container. |
| Method | attach |
Attach a parent visitor to the visitor extensions. |
| Property | after |
Return the visitors that run after the visit. |
| Property | before |
Return the visitors that run before the visit. |
| Property | inner |
Undocumented |
| Property | outter |
Undocumented |
| Instance Variable | _visitors |
Undocumented |