Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ getModuleCodeGenerationTimingInfos
Function
getModuleCodeGenerationTimingInfos
nuitka/ModuleRegistry.py:366–367 ·
view source on GitHub ↗
(module_name)
Source
from the content-addressed store, hash-verified
364
365
366
def
getModuleCodeGenerationTimingInfos(module_name):
367
return
module_generation_time_infos.get(module_name)
368
369
370
def
getImportedModuleNames():
Callers
1
_getReportInputData
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…