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

Method getCrossUsedFunctions

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

Source from the content-addressed store, hash-verified

540 self.cross_used_functions.add(function_body)
541
542 def getCrossUsedFunctions(self):
543 return self.cross_used_functions
544
545 def getFunctionFromCodeName(self, code_name):
546 for function in self.subnode_functions:

Callers 1

_generateModuleCodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected