MCPcopy Index your code
hub / github.com/python/cpython / test_repeat_zero_reps

Method test_repeat_zero_reps

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

Source from the content-addressed store, hash-verified

184 # self.repeat(self.fake_stmt, self.fake_setup)
185
186 def test_repeat_zero_reps(self):
187 self.repeat(self.fake_stmt, self.fake_setup, repeat=0)
188
189 def test_repeat_zero_iters(self):
190 self.repeat(self.fake_stmt, self.fake_setup, number=0)

Callers

nothing calls this directly

Calls 1

repeatMethod · 0.95

Tested by

no test coverage detected