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

Method test_repeat_callable_stmt

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

Source from the content-addressed store, hash-verified

193 self.repeat(self.fake_stmt, self.fake_setup, repeat=3, number=5)
194
195 def test_repeat_callable_stmt(self):
196 self.repeat(self.fake_callable_stmt, self.fake_setup,
197 repeat=3, number=5)
198
199 def test_repeat_callable_setup(self):
200 self.repeat(self.fake_stmt, self.fake_callable_setup,

Callers

nothing calls this directly

Calls 1

repeatMethod · 0.95

Tested by

no test coverage detected