class documentation

class Module: (source)

View In Hierarchy

Inferred information about a module. Attributes: path: The path to the module, e.g., foo/. target: The filename relative to the path, e.g., bar/baz.py. name: The module name, e.g., bar.baz. kind: The module kind: Builtin, Direct, Local, or System. See https://github.com/google/importlab/blob/main/importlab/resolve.py. full_path: The full path to the module (path + target).

Class Variable kind Undocumented
Class Variable name Undocumented
Class Variable path Undocumented
Class Variable target Undocumented
Property full_path Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented