Searched refs:_collections_abc (Results 1 – 7 of 7) sorted by relevance
1 from _collections_abc import *2 from _collections_abc import __all__
22 from _collections_abc import *23 import _collections_abc24 __all__ += _collections_abc.__all__
172 import collections.abc as _collections_abc namespace253 if (isinstance(coro, _collections_abc.Generator) and254 not isinstance(coro, _collections_abc.Coroutine)):
45 from _collections_abc import Set as _Set, Sequence as _Sequence
652 from _collections_abc import MutableMapping
13 **Source code:** :source:`Lib/_collections_abc.py`
3790 - Issue #19218: Rename collections.abc to _collections_abc in order to