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

Method test_repeat_callable_setup

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

Source from the content-addressed store, hash-verified

196 repeat=3, number=5)
197
198 def test_repeat_callable_setup(self):
199 self.repeat(self.fake_stmt, self.fake_callable_setup,
200 repeat=3, number=5)
201
202 def test_repeat_callable_stmt_and_setup(self):
203 self.repeat(self.fake_callable_stmt, self.fake_callable_setup,

Callers

nothing calls this directly

Calls 1

repeatMethod · 0.95

Tested by

no test coverage detected