MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / iter_module_stubs

Function iter_module_stubs

scripts/gen-py-stdlib.py:294–298  ·  view source on GitHub ↗
(stdlib_root: Path)

Source from the content-addressed store, hash-verified

292
293
294def iter_module_stubs(stdlib_root: Path) -> Iterable[ModuleStubs]:
295 modules, star_imports = collect_all_stubs(stdlib_root)
296 resolve_reexports(modules, star_imports)
297 for mod_qn in sorted(modules.keys()):
298 yield modules[mod_qn]
299
300
301C_HEADER = """\

Callers 1

mainFunction · 0.85

Calls 2

collect_all_stubsFunction · 0.85
resolve_reexportsFunction · 0.85

Tested by

no test coverage detected