MCPcopy
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
3Infer types of expressions and type-check the AST. We use multi-pass architecture,
4this means we re-visit the AST until either all types are inferred, or we hit the

Callers

nothing calls this directly

Calls 2

frozensetClass · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected