MCPcopy Create free account
hub / github.com/Nuitka/Nuitka / getModuleCodeName

Method getModuleCodeName

nuitka/code_generation/Contexts.py:543–544  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

541 self.parent.addModuleInitCode(code)
542
543 def getModuleCodeName(self):
544 return self.parent.getModuleCodeName()
545
546 def getModuleName(self):
547 return self.parent.getModuleName()

Callers

nothing calls this directly

Calls 1

getModuleCodeNameMethod · 0.45

Tested by

no test coverage detected