MCPcopy
hub / github.com/Nuitka/Nuitka / restartTraversal

Method restartTraversal

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

Source from the content-addressed store, hash-verified

490 self.active_functions = OrderedSet()
491
492 def restartTraversal(self):
493 self.visited_functions = set()
494 self.used_modules = None
495
496 def getUsedModules(self):
497 if self.trace_collection is None:

Callers 1

computeModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected