class documentation

Model an imported name definition.

Method target Returns the qualified name of the the imported symbol.
Instance Variable node Undocumented
Instance Variable orgmodule Undocumented
Instance Variable orgname Undocumented

Inherited from NameDef:

Method name If the node associated to this Def has a name, returns this name. Otherwise returns None.

Inherited from Def (via NameDef):

Method add_user Undocumented
Method users The list of ast entity that holds a reference to this node.
Instance Variable islive Undocumented
Method _setup Undocumented
Method _str Undocumented
Instance Variable _users Undocumented
def target(self) -> str: (source)

Returns the qualified name of the the imported symbol.

orgmodule = (source)

Undocumented

Undocumented