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

Method test_timeit_callable_stmt_and_setup

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

Source from the content-addressed store, hash-verified

137 self.timeit(self.fake_stmt, self.fake_callable_setup, number=3)
138
139 def test_timeit_callable_stmt_and_setup(self):
140 self.timeit(self.fake_callable_stmt,
141 self.fake_callable_setup, number=3)
142
143 # Takes too long to run in debug build.
144 #def test_timeit_function(self):

Callers

nothing calls this directly

Calls 1

timeitMethod · 0.95

Tested by

no test coverage detected