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

Method test_timeit_zero_iters

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

Source from the content-addressed store, hash-verified

124 # self.timeit(self.fake_stmt, self.fake_setup)
125
126 def test_timeit_zero_iters(self):
127 self.timeit(self.fake_stmt, self.fake_setup, number=0)
128
129 def test_timeit_few_iters(self):
130 self.timeit(self.fake_stmt, self.fake_setup, number=3)

Callers

nothing calls this directly

Calls 1

timeitMethod · 0.95

Tested by

no test coverage detected