class documentation

Model a definition, either named or unnamed, and its users.

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method add_user Undocumented
Method name If the node associated to this Def has a name, returns this name. Otherwise returns its type
Method users The list of ast entity that holds a reference to this node
Class Variable __slots__ Undocumented
Instance Variable node Undocumented
Method _repr Undocumented
Method _str Undocumented
Instance Variable _users Undocumented
def __init__(self, node): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def add_user(self, node): (source)

Undocumented

def name(self): (source)

If the node associated to this Def has a name, returns this name. Otherwise returns its type

def users(self): (source)

The list of ast entity that holds a reference to this node

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

Undocumented

Undocumented

def _repr(self, nodes): (source)

Undocumented

def _str(self, nodes): (source)

Undocumented

Undocumented