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

Method test_timeit_callable_stmt

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

Source from the content-addressed store, hash-verified

131 self.timeit(self.fake_stmt, self.fake_setup, number=3)
132
133 def test_timeit_callable_stmt(self):
134 self.timeit(self.fake_callable_stmt, self.fake_setup, number=3)
135
136 def test_timeit_callable_setup(self):
137 self.timeit(self.fake_stmt, self.fake_callable_setup, number=3)

Callers

nothing calls this directly

Calls 1

timeitMethod · 0.95

Tested by

no test coverage detected