Skip to content

Commit

Permalink
Add mypy_extensions. (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr authored and gvanrossum committed Oct 17, 2016
1 parent bf31967 commit 5c4300a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions third_party/2and3/mypy_extensions.pyi
@@ -0,0 +1,6 @@
from typing import Dict, Type, TypeVar

T = TypeVar('T')


def TypedDict(typename: str, fields: Dict[str, Type[T]]) -> Type[dict]: ...

0 comments on commit 5c4300a

Please sign in to comment.