TypedDict: Recognize declaration of TypedDict('Point', {'x': int, 'y': int}). (#2206)

This is really just the first phase, doing the syntactic analysis; type checking will follow as a separate PR, as will improvements like keyword args.
1 file changed
tree: 9ed38588ce231d4983d718eb5b197fb40b60b23a
  1. mypy_extensions.py
  2. README.md
  3. setup.py
README.md

Mypy Extensions

The “mypy_extensions” module defines experimental extensions to the standard “typing” module that are supported by the mypy typechecker.