MCPcopy 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

generateBuiltinSuperCodeFunction · 0.45
getModuleAccessCodeFunction · 0.45
getModuleCodeNameMethod · 0.45
generateImportNameCodeFunction · 0.45
emitValueAccessCodeMethod · 0.45
getDeleteObjectCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected