MCPcopy
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

getRootTopModuleFunction · 0.45
getModuleCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected