Runtime implementation of TypedDict extension (#2552)

This was initially proposed in python/typing#322. It works on Python 2 and 3.
1 file changed
tree: 8d75e3fed873e6c5a36e4dca89555d083eb04bc5
  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.