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

Function getModuleAccessCode

nuitka/code_generation/ModuleCodes.py:42–43  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

40
41
42def getModuleAccessCode(context):
43 return "module_%s" % context.getModuleCodeName()
44
45
46def getModuleCode(

Callers 8

getFunctionMakerCodeFunction · 0.85
getGeneratorObjectCodeFunction · 0.85
getFrameGuardHeavyCodeFunction · 0.85
getCoroutineObjectCodeFunction · 0.85
getAsyncgenObjectCodeFunction · 0.85
generateImportStarCodeFunction · 0.85

Calls 1

getModuleCodeNameMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…