class documentation
class TypeAliasVisitorExt(extensions.ModuleVisitorExt): (source)
Constructor: TypeAliasVisitorExt()
This visitor implements the handling of type aliases and type variables.
| Method | visit_ |
Undocumented |
| Method | _is |
Return True if the Attribute is a type alias. |
| Method | _is |
Undocumented |
Inherited from ModuleVisitorExt:
| Instance Variable | visitor |
The parent visitor |
Inherited from VisitorExt (via ModuleVisitorExt, NodeVisitorExt):
| 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. |
Inherited from _BaseVisitor (via ModuleVisitorExt, NodeVisitorExt, VisitorExt):
| Method | depart |
Depart an object. |
| Method | visit |
Visit an object. |