mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
Update typing.d.er
This commit is contained in:
parent
6a8837aa8e
commit
6849a10f09
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue