Kaydet (Commit) 562a4ada authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Add Counter() to __all__.

üst bad1eb2f
__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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment