MCPcopy Index your code
hub / github.com/python/mypy / missing_stubs_file

Function missing_stubs_file

mypy/build.py:5110–5111  ·  view source on GitHub ↗
(cache_dir: str)

Source from the content-addressed store, hash-verified

5108
5109
5110def missing_stubs_file(cache_dir: str) -> str:
5111 return os_path_join(cache_dir, "missing_stubs")
5112
5113
5114def record_missing_stub_packages(cache_dir: str, missing_stub_packages: set[str]) -> None:

Callers 1

Calls 1

os_path_joinFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…