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

Method test_timeit_callable_setup

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

Source from the content-addressed store, hash-verified

133 self.timeit(self.fake_callable_stmt, self.fake_setup, number=3)
134
135 def test_timeit_callable_setup(self):
136 self.timeit(self.fake_stmt, self.fake_callable_setup, number=3)
137
138 def test_timeit_callable_stmt_and_setup(self):
139 self.timeit(self.fake_callable_stmt,

Callers

nothing calls this directly

Calls 1

timeitMethod · 0.95

Tested by

no test coverage detected