MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / repeat

Method repeat

Lib/timeit.py:201–225  ·  view source on GitHub ↗

Call timeit() a few times. This is a convenience function that calls the timeit() repeatedly, returning a list of results. The first argument specifies how many times to call timeit(), defaulting to 3; the second argument specifies the timer argument, defaulting

(self, repeat=default_repeat, number=default_number)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

mainFunction · 0.95
testFunction · 0.80
timeitMethod · 0.80
repeatFunction · 0.80
prepare_filesFunction · 0.80

Calls 2

timeitMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected