Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ isTopModule
Method
isTopModule
nuitka/nodes/ModuleNodes.py:76–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
@staticmethod
76
def
isTopModule():
77
return
False
78
79
def
attemptRecursion(self):
80
# Make sure the package is recursed to if any
Callers
4
getRootTopModule
Function · 0.45
createPostModuleLoadCode
Method · 0.45
createPreModuleLoadCode
Method · 0.45
getModuleCode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected