class documentation

Name expression This refers to a local name, global name or a module.

Method __init__ Undocumented
Method accept Undocumented
Method serialize Undocumented
Class Variable __match_args__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable is_special_form Undocumented
Instance Variable name Undocumented

Inherited from RefExpr:

Method fullname.setter 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 Node (via RefExpr, Expression):

Method __str__ Undocumented

Inherited from Context (via RefExpr, 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, name: str): (source)

Undocumented

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

Undocumented

def serialize(self) -> JsonDict: (source)

Undocumented

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

Undocumented

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

Undocumented

is_special_form: bool = (source)

Undocumented

Undocumented