class documentation
Undocumented
| Method | handle |
Undocumented |
| Method | visit_ |
Undocumented |
| Method | visit_ |
Called when a class definition is visited. |
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. |
def handle_field(self, cls:
AttrsLikeClass, attr: model.Attribute, annotation: ast.expr | None, value: ast.expr | None):
(source)
¶
Undocumented