Update typing.d.er

This commit is contained in:
Shunsuke Shibayama 2023-03-15 17:05:08 +09:00
parent 6a8837aa8e
commit 6849a10f09

View file

@ -28,10 +28,10 @@
__getitem__: (Type) -> Type
.TypeVar: ClassType
.TypeVar.
__getitem__: (Str) -> Type
__call__: (Str, *types: Type, bound := Str) -> Type
.TypeVarTuple: ClassType
.TypeVarTuple.
__getitem__: (Str) -> Type
__call__: (Str) -> Type
.Unpack: (Type) -> Type
.ParamSpec: (Str) -> Type
.AnyStr: ClassType