MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_repeat_few_reps_and_iters

Method test_repeat_few_reps_and_iters

Lib/test/test_timeit.py:191–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 self.repeat(self.fake_stmt, self.fake_setup, number=0)
190
191 def test_repeat_few_reps_and_iters(self):
192 self.repeat(self.fake_stmt, self.fake_setup, repeat=3, number=5)
193
194 def test_repeat_callable_stmt(self):
195 self.repeat(self.fake_callable_stmt, self.fake_setup,

Callers

nothing calls this directly

Calls 1

repeatMethod · 0.95

Tested by

no test coverage detected