Home
last modified time | relevance | path

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

/third_party/python/Lib/collections/
D__init__.py34 from itertools import starmap as _starmap unknown
624 return _chain.from_iterable(_starmap(_repeat, self.items()))