MCPcopy
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
366def getModuleCodeGenerationTimingInfos(module_name):
367 return module_generation_time_infos.get(module_name)
368
369
370def getImportedModuleNames():

Callers 1

_getReportInputDataFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…