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

Method getTraceCollections

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

Source from the content-addressed store, hash-verified

673 return was_complete
674
675 def getTraceCollections(self):
676 yield self.trace_collection
677
678 for function in self.getUsedFunctions():
679 yield function.trace_collection
680
681 def isUnoptimized(self):
682 # Modules don't do this, pylint: disable=no-self-use

Callers

nothing calls this directly

Calls 1

getUsedFunctionsMethod · 0.95

Tested by

no test coverage detected