class documentation

Base class for all import statements.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable assignments Undocumented
Instance Variable is_mypy_only Undocumented
Instance Variable is_top_level Undocumented
Instance Variable is_unreachable Undocumented

Inherited from Statement:

Method accept Undocumented

Inherited from Node (via Statement):

Method __str__ Undocumented

Inherited from Context (via Statement, Node):

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_column Undocumented
Instance Variable end_line Undocumented
Instance Variable line Undocumented
assignments: list = (source)

Undocumented

is_mypy_only: bool = (source)

Undocumented

is_top_level: bool = (source)

Undocumented

is_unreachable: bool = (source)

Undocumented