Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dpool.py259 result = IMapIterator(self._cache)
266 result = IMapIterator(self._cache)
632 class IMapIterator(object): class
705 class IMapUnorderedIterator(IMapIterator):