RussBaz / enforce

Python 3.5+ runtime type checking for integration testing and data validation
542 stars 21 forks source link

Type check mypy TypedDict #69

Open iddan opened 6 years ago

iddan commented 6 years ago

Mypy defines TypedDict: a type factory for structured dicts.