class documentation

class Reference: (source)

View In Hierarchy

A symbol holding a reference to a definition. Attributes: name: The symbol name typ: The symbol type (e.g. Attribute) data: The pytype data attached to the symbol scope: The namespace id (e.g. module.A.f) ref_scope: The namespace id of the referred symbol (if we can determine it) target: The LHS of an attribute (e.g. for x.foo, target = typeof(x)) location: The line and column of the symbol in the source code id: The id

Method __post_init__ Undocumented
Method format Undocumented
Class Variable data Undocumented
Class Variable location Undocumented
Class Variable name Undocumented
Class Variable ref_scope Undocumented
Class Variable scope Undocumented
Class Variable target Undocumented
Class Variable typ Undocumented
Instance Variable id Undocumented
def __post_init__(self): (source)

Undocumented

def format(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented