class documentation
class VisitorExt(_BaseVisitor[
Known subclasses: pydoctor.astutils.NodeVisitorExt
Constructor: VisitorExt()
| Method | __init__ |
Initialize the visitor extension. |
| Method | attach |
Attach the parent visitor to this extension. |
| Method | unknown |
Called before exiting unknown object types. |
| Method | unknown |
Called when entering unknown object types. |
| Instance Variable | visitor |
The parent visitor |
Inherited from _BaseVisitor:
| Method | depart |
Depart an object. |
| Method | visit |
Visit an object. |