Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ getOwner
Method
getOwner
nuitka/code_generation/Contexts.py:859–860 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
857
return
"<PythonModuleContext instance for module %s>"
% self.name
858
859
def
getOwner(self):
860
return
self.module
861
862
def
getEntryPoint(self):
863
return
self.module
Callers
15
finalizeFunctionLocalVariables
Function · 0.45
_getFunctionCode
Function · 0.45
getModuleVariableReferenceCode
Function · 0.45
generateVariableReferenceCode
Function · 0.45
decideLocalVariableCodeType
Function · 0.45
getLocalVariableDeclaration
Function · 0.45
getGeneratorObjectCode
Function · 0.45
getModuleCode
Function · 0.45
getCoroutineObjectCode
Function · 0.45
getLocalVariableReferenceErrorCode
Function · 0.45
getNameReferenceErrorCode
Function · 0.45
getCodeObjectsDeclCode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected