MCPcopy
hub / github.com/Nuitka/Nuitka / hasRootModule

Function hasRootModule

nuitka/ModuleRegistry.py:55–60  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

53
54
55def hasRootModule(module_name):
56 for module in root_modules:
57 if module.getFullName() == module_name:
58 return True
59
60 return False
61
62
63def replaceRootModule(old, new):

Callers

nothing calls this directly

Calls 1

getFullNameMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…