Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nuitka/Nuitka
/ getModuleCodeName
Method
getModuleCodeName
nuitka/code_generation/Contexts.py:375–376 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
373
374
@abstractmethod
375
def
getModuleCodeName(self):
376
pass
377
378
@abstractmethod
379
def
getModuleName(self):
Callers
10
getModuleVariableReferenceCode
Function · 0.45
generateBuiltinSuper1Code
Function · 0.45
generateBuiltinSuperCode
Function · 0.45
getModuleAccessCode
Function · 0.45
generateBuiltinGlobalsCode
Function · 0.45
getModuleCodeName
Method · 0.45
generateImportNameCode
Function · 0.45
emitVariableAssignCode
Method · 0.45
emitValueAccessCode
Method · 0.45
getDeleteObjectCode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected