mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 07:06:55 +08:00
add Counter, Deque, ChainMap (#928)
This commit is contained in:
committed by
Guido van Rossum
parent
e80b25d1be
commit
a778704b30
@@ -30,6 +30,8 @@ List = TypeAlias(object)
|
||||
Dict = TypeAlias(object)
|
||||
DefaultDict = TypeAlias(object)
|
||||
Set = TypeAlias(object)
|
||||
Counter = TypeAlias(object)
|
||||
Deque = TypeAlias(object)
|
||||
|
||||
# Predefined type variables.
|
||||
AnyStr = TypeVar('AnyStr', str, unicode)
|
||||
|
||||
Reference in New Issue
Block a user