Home
last modified time | relevance | path

Searched refs:_starmap (Results 1 – 1 of 1) 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()))