class documentation

A possibly annotated local variable.

Class Method merge Merges two locals.
Method __init__ Undocumented
Method __repr__ Undocumented
Method get_type Gets the variable's annotation.
Method update Update this variable's annotation and/or value.
Instance Variable ctx Undocumented
Instance Variable final Undocumented
Instance Variable orig Undocumented
Instance Variable typ Undocumented
Property last_update_op Undocumented
Property stack Undocumented
Instance Variable _ops Undocumented
@classmethod
def merge(cls, node, op, local1, local2): (source)

Merges two locals.

Undocumented

def __repr__(self): (source)

Undocumented

def get_type(self, node, name): (source)

Gets the variable's annotation.

def update(self, node, op, typ, orig, final=False): (source)

Update this variable's annotation and/or value.

Undocumented

Undocumented

Undocumented

Undocumented

@property
last_update_op = (source)

Undocumented

Undocumented

Undocumented