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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DUserDict.py83 import _abcoll namespace
84 _abcoll.MutableMapping.register(IterableUserDict)
H A Dcollections.py2 # For bootstrapping reasons, the collection ABCs are defined in _abcoll.py.
4 from _abcoll import *
5 import _abcoll namespace
6 __all__ += _abcoll.__all__
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DUserDict.py83 import _abcoll namespace
84 _abcoll.MutableMapping.register(IterableUserDict)
H A Dcollections.py2 # For bootstrapping reasons, the collection ABCs are defined in _abcoll.py.
4 from _abcoll import *
5 import _abcoll namespace
6 __all__ += _abcoll.__all__
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dregrtest.py973 import copy_reg, _abcoll, _pyio namespace
990 modules = _abcoll, _pyio

Completed in 75 milliseconds