MCPcopy
hub / github.com/Nuitka/Nuitka / getUsedFunctions

Method getUsedFunctions

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

Source from the content-addressed store, hash-verified

528 return result
529
530 def getUsedFunctions(self):
531 return self.active_functions
532
533 def getUnusedFunctions(self):
534 for function in self.subnode_functions:

Callers 4

computeModuleMethod · 0.95
getTraceCollectionsMethod · 0.95
computeFunctionRawMethod · 0.45
_generateModuleCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected