MCPcopy
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

_getFunctionCodeFunction · 0.45
getGeneratorObjectCodeFunction · 0.45
getModuleCodeFunction · 0.45
getCoroutineObjectCodeFunction · 0.45
getCodeObjectsDeclCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected