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

Function not_found

mypy/server/update.py:1128–1129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1126 manager: BuildManager, target: str
1127) -> tuple[list[FineGrainedDeferredNode], TypeInfo | None]:
1128 def not_found() -> None:
1129 manager.log_fine_grained(f"Can't find matching target for {target} (stale dependency?)")
1130
1131 modules = manager.modules
1132 items = split_target(modules, target)

Callers 1

_lookup_target_implFunction · 0.85

Calls 1

log_fine_grainedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…