HomeSort by relevance Sort by last modified time
    Searched full:_starmap (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 13 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap namespace
484 return _chain.from_iterable(_starmap(_repeat, self.iteritems()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 13 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap namespace
484 return _chain.from_iterable(_starmap(_repeat, self.iteritems()))

Completed in 134 milliseconds