Searched refs:_abcoll (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A DUserDict.py116 import _abcoll namespace
117 _abcoll.MutableMapping.register(IterableUserDict)
H A Dcollections.py14 # For bootstrapping reasons, the collection ABCs are defined in _abcoll.py.
16 from _abcoll import *
17 import _abcoll namespace
18 __all__ += _abcoll.__all__
/external/python/cpython2/Lib/test/
H A Dregrtest.py1041 import copy_reg, _abcoll, _pyio namespace
1058 modules = _abcoll, _pyio

Completed in 147 milliseconds