Home
last modified time | relevance | path

Searched refs:_repeat (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/
H A Dtimers.js190 this._repeat = isRepeat ? after : null;
563 if (timer._repeat)
573 if (timer._repeat && timer._idleTimeout !== -1) {
574 timer._idleTimeout = timer._repeat;
/third_party/python/Lib/
H A Drandom.py55 from itertools import accumulate as _accumulate, repeat as _repeat namespace
493 return [population[floor(random() * n)] for i in _repeat(None, k)]
515 for i in _repeat(None, k)]
865 data = [func(*args) for i in _repeat(None, n)]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_operator.py58 def _repeat(self, node, results): member in FixOperator
/third_party/python/Lib/collections/
H A D__init__.py33 from itertools import repeat as _repeat namespace
642 return _chain.from_iterable(_starmap(_repeat, self.items()))

Completed in 5 milliseconds