class documentation

Model a module definition.

Method filename Undocumented
Method name If the node associated to this Def has a name, returns this name. Otherwise returns None.
Instance Variable is_package Undocumented
Instance Variable node Undocumented
Instance Variable _filename Undocumented
Instance Variable _modname Undocumented

Inherited from Def (via NameDef, OpenScope, Scope):

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 filename(self) -> str: (source)

Undocumented

def name(self) -> str: (source)

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

is_package = (source)

Undocumented

_filename = (source)

Undocumented

_modname = (source)

Undocumented