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

Function getModuleVariableAccessorCodeName

nuitka/code_generation/VariableCodes.py:92–95  ·  view source on GitHub ↗
(module_identifier, variable_name)

Source from the content-addressed store, hash-verified

90
91
92def getModuleVariableAccessorCodeName(module_identifier, variable_name):
93 return "module_var_accessor_" + encodePythonIdentifierToC(
94 "%s.%s" % (module_identifier, variable_name)
95 )
96
97
98def getModuleVariableReferenceCode(

Callers 2

getModuleCodeFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…