Home
last modified time | relevance | path

Searched refs:_collections_abc (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/collections/
Dabc.py1 from _collections_abc import *
2 from _collections_abc import __all__
D__init__.py22 from _collections_abc import *
23 import _collections_abc
24 __all__ += _collections_abc.__all__
/external/python/cpython3/Lib/
Dtypes.py172 import collections.abc as _collections_abc namespace
253 if (isinstance(coro, _collections_abc.Generator) and
254 not isinstance(coro, _collections_abc.Coroutine)):
Drandom.py45 from _collections_abc import Set as _Set, Sequence as _Sequence
Dos.py652 from _collections_abc import MutableMapping
/external/python/cpython3/Doc/library/
Dcollections.abc.rst13 **Source code:** :source:`Lib/_collections_abc.py`
/external/python/cpython3/Misc/
DHISTORY3790 - Issue #19218: Rename collections.abc to _collections_abc in order to