Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcollections.py25 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown
517 return _chain.from_iterable(_starmap(_repeat, self.iteritems()))
/external/python/cpython3/Lib/collections/
D__init__.py26 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown
606 return _chain.from_iterable(_starmap(_repeat, self.items()))