class documentation

Undocumented

Method __init__ Undocumented
Method accept Undocumented
Class Variable __match_args__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable body Undocumented
Instance Variable else_body Undocumented
Instance Variable expr Undocumented
Instance Variable index Undocumented
Instance Variable index_type Undocumented
Instance Variable inferred_item_type Undocumented
Instance Variable inferred_iterator_type Undocumented
Instance Variable is_async Undocumented
Instance Variable unanalyzed_index_type 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
def __init__(self, index: Lvalue, expr: Expression, body: Block, else_body: Block|None, index_type: mypy.types.Type|None = None): (source)

Undocumented

def accept(self, visitor: StatementVisitor[T]) -> T: (source)

Undocumented

__match_args__: tuple[str, ...] = (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented

else_body = (source)

Undocumented

Undocumented

Undocumented

index_type = (source)

Undocumented

inferred_item_type = (source)

Undocumented

inferred_iterator_type = (source)

Undocumented

is_async: bool = (source)

Undocumented

unanalyzed_index_type = (source)

Undocumented