class Import(ImportBase): (source)
| Method | __init__ |
Undocumented |
| Method | accept |
Undocumented |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | ids |
Undocumented |
Inherited from ImportBase:
| Instance Variable | assignments |
Undocumented |
| Instance Variable | is_mypy_only |
Undocumented |
| Instance Variable | is_top_level |
Undocumented |
| Instance Variable | is_unreachable |
Undocumented |
Inherited from Node (via ImportBase, Statement):
| Method | __str__ |
Undocumented |
Inherited from Context (via ImportBase, Statement, Node):
| Method | get_column |
Don't use. Use x.column. |
| Method | get_line |
Don't use. Use x.line. |
| Method | set_line |
If target is a node, pull line (and column) information into this node. If column is specified, this will override any column information coming from a node. |
| Instance Variable | column |
Undocumented |
| Instance Variable | end_line |
Undocumented |
| Instance Variable | line |
Undocumented |
mypy.nodes.ImportBase.__init__Undocumented
| Parameters | |
ids:List[ | Undocumented |
mypy.nodes.Statement.acceptUndocumented
| Parameters | |
visitor:StatementVisitor[ | Undocumented |
| Returns | |
T | Undocumented |