Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Nuitka/Nuitka
/ isMainModule
Method
isMainModule
nuitka/nodes/ModuleNodes.py:72–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
71
@staticmethod
72
def
isMainModule():
73
return
False
74
75
@staticmethod
76
def
isTopModule():
Callers
11
_createMainModule
Function · 0.45
runSconsBackend
Function · 0.45
_makeOptimizationPass
Function · 0.45
computeExpressionRaw
Method · 0.45
getRuntimePackageValue
Method · 0.45
getRuntimeNameValue
Method · 0.45
onModuleDiscovered
Method · 0.45
addImportedModule
Function · 0.45
buildMainModuleTree
Function · 0.45
makeModuleFrame
Function · 0.45
getModuleCode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected