mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Add Counter() to __all__.
This commit is contained in:
parent
bad1eb2ff3
commit
562a4ada56
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
__all__ = ['deque', 'defaultdict', 'namedtuple']
|
||||
__all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple']
|
||||
# For bootstrapping reasons, the collection ABCs are defined in _abcoll.py.
|
||||
# They should however be considered an integral part of collections.py.
|
||||
from _abcoll import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue