Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
540
def
check_blockers(graph: Graph, scc: list[str]) -> None:
541
for
module in scc:
542
graph[module].check_blockers()
Callers
1
semantic_analysis_for_scc
Function · 0.85
Calls
1
check_blockers
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…