We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf31967 commit 5c4300aCopy full SHA for 5c4300a
third_party/2and3/mypy_extensions.pyi
@@ -0,0 +1,6 @@
1
+from typing import Dict, Type, TypeVar
2
+
3
+T = TypeVar('T')
4
5
6
+def TypedDict(typename: str, fields: Dict[str, Type[T]]) -> Type[dict]: ...
0 commit comments