Home
last modified time | relevance | path

Searched refs:IMapIterator (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dpool.py261 result = IMapIterator(self._cache)
268 result = IMapIterator(self._cache)
637 class IMapIterator(object): class
710 class IMapUnorderedIterator(IMapIterator):
/external/python/cpython3/Lib/multiprocessing/
Dpool.py304 result = IMapIterator(self._cache)
317 result = IMapIterator(self._cache)
715 class IMapIterator(object): class
779 class IMapUnorderedIterator(IMapIterator):