mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Add mypy_extensions. (#611)
This commit is contained in:
committed by
Guido van Rossum
parent
bf319675c4
commit
5c4300a4bd
6
third_party/2and3/mypy_extensions.pyi
vendored
Normal file
6
third_party/2and3/mypy_extensions.pyi
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Dict, Type, TypeVar
|
||||
|
||||
T = TypeVar('T')
|
||||
|
||||
|
||||
def TypedDict(typename: str, fields: Dict[str, Type[T]]) -> Type[dict]: ...
|
||||
Reference in New Issue
Block a user