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

Method test_repeat_callable_stmt_and_setup

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

Source from the content-addressed store, hash-verified

201 repeat=3, number=5)
202
203 def test_repeat_callable_stmt_and_setup(self):
204 self.repeat(self.fake_callable_stmt, self.fake_callable_setup,
205 repeat=3, number=5)
206
207 # Takes too long to run in debug build.
208 #def test_repeat_function(self):

Callers

nothing calls this directly

Calls 1

repeatMethod · 0.95

Tested by

no test coverage detected