Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python/mypy
/ checker.py
File
checker.py
mypy/checker.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Mypy type checker.
2
3
Infer types of expressions and type-check the AST. We use multi-
pass
architecture,
4
this means we re-visit the AST until either all types are inferred, or we hit the
Callers
nothing calls this directly
Calls
2
frozenset
Class · 0.85
values
Method · 0.80
Tested by
no test coverage detected