MCPcopy Index your code
hub / github.com/Nuitka/Nuitka / getCodeName

Method getCodeName

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

Source from the content-addressed store, hash-verified

467 return self
468
469 def getCodeName(self):
470 # For code name of modules, we need to translate to C identifiers,
471 # removing characters illegal for that.
472
473 if self.code_name is None:
474 self.code_name = encodePythonIdentifierToC(self.module_name)
475
476 return self.code_name
477
478 @staticmethod
479 def getChildQualname(function_name):

Callers 1

__init__Method · 0.95

Calls 1

Tested by

no test coverage detected