Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
180
def
getRemainingModulesCount():
181
return
len(active_modules)
182
183
184
def
getDoneModulesCount():
Callers
nothing calls this directly
Calls
1
len
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…