MCPcopy
hub / github.com/Nuitka/Nuitka / getRemainingModulesCount

Function getRemainingModulesCount

nuitka/ModuleRegistry.py:180–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178
179
180def getRemainingModulesCount():
181 return len(active_modules)
182
183
184def getDoneModulesCount():

Callers

nothing calls this directly

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…