Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
attemptRecursion
Method · 0.95
getRunTimeFilename
Method · 0.95
_createMainModule
Function · 0.80
_getModuleFilenames
Function · 0.80
makeSourceDirectory
Function · 0.80
runSconsBackend
Function · 0.80
hasRootModule
Function · 0.80
getUncompiledModules
Function · 0.80
getCompiledModules
Function · 0.80
getUncompiledTechnicalModules
Function · 0.80
getUncompiledNonTechnicalModules
Function · 0.80
getDoneModules
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected