MCPcopy
hub / github.com/Nuitka/Nuitka / getFullName

Method getFullName

nuitka/nodes/ModuleNodes.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return {"module_name": self.module_name}
67
68 def getFullName(self):
69 return self.module_name
70
71 @staticmethod
72 def isMainModule():

Callers 15

attemptRecursionMethod · 0.95
getRunTimeFilenameMethod · 0.95
_createMainModuleFunction · 0.80
_getModuleFilenamesFunction · 0.80
makeSourceDirectoryFunction · 0.80
runSconsBackendFunction · 0.80
hasRootModuleFunction · 0.80
getUncompiledModulesFunction · 0.80
getCompiledModulesFunction · 0.80
getDoneModulesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected