Home
last modified time | relevance | path

Searched defs:_repeat (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_operator.py58 def _repeat(self, node, results): member in FixOperator
/third_party/python/Lib/
Drandom.py55 from itertools import accumulate as _accumulate, repeat as _repeat unknown
/third_party/python/Lib/collections/
D__init__.py33 from itertools import repeat as _repeat unknown