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

Function check_blockers

mypy/semanal_main.py:540–542  ·  view source on GitHub ↗
(graph: Graph, scc: list[str])

Source from the content-addressed store, hash-verified

538
539
540def check_blockers(graph: Graph, scc: list[str]) -> None:
541 for module in scc:
542 graph[module].check_blockers()

Callers 1

Calls 1

check_blockersMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…