class documentation

Abstract base class for name-like constructs

Method __init__ Undocumented
Method fullname.setter Undocumented
Class Variable __slots__ Undocumented
Instance Variable is_alias_rvalue Undocumented
Instance Variable is_inferred_def Undocumented
Instance Variable is_new_def Undocumented
Instance Variable kind Undocumented
Instance Variable node Undocumented
Instance Variable type_guard Undocumented
Property fullname Undocumented
Instance Variable _fullname Undocumented

Inherited from Expression:

Method accept Undocumented

Inherited from Node (via Expression):

Method __str__ Undocumented

Inherited from Context (via Expression, 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): (source)
@fullname.setter
def fullname(self, v: str): (source)

Undocumented

is_alias_rvalue: bool = (source)

Undocumented

is_inferred_def: bool = (source)

Undocumented

is_new_def: bool = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

_fullname = (source)

Undocumented