ModuleNode#

class ModuleNode(expr, name=None, qualname=None)[source]#

ModuleNode represents the Module objects.

module_type#

The type of the Module correspending to the ModuleNode.

alias of Module

property owner#

Get the Module corresponding to this ModuleNode.