mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add collections.__all__ (#7296)
This commit is contained in:
@@ -12,6 +12,8 @@ if sys.version_info >= (3, 10):
|
||||
else:
|
||||
from _collections_abc import *
|
||||
|
||||
__all__ = ["ChainMap", "Counter", "OrderedDict", "UserDict", "UserList", "UserString", "defaultdict", "deque", "namedtuple"]
|
||||
|
||||
_S = TypeVar("_S")
|
||||
_T = TypeVar("_T")
|
||||
_T1 = TypeVar("_T1")
|
||||
|
||||
Reference in New Issue
Block a user