Searched refs:_repeat (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_operator.py | 59 def _repeat(self, node, results): member in FixOperator
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_operator.py | 57 def _repeat(self, node, results): member in FixOperator
|
/external/python/cpython2/Lib/ |
D | collections.py | 25 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__.py | 31 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown 577 return _chain.from_iterable(_starmap(_repeat, self.items()))
|