MCPcopy 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

_createMainModuleFunction · 0.45
runSconsBackendFunction · 0.45
_makeOptimizationPassFunction · 0.45
computeExpressionRawMethod · 0.45
getRuntimeNameValueMethod · 0.45
onModuleDiscoveredMethod · 0.45
addImportedModuleFunction · 0.45
buildMainModuleTreeFunction · 0.45
makeModuleFrameFunction · 0.45
getModuleCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected