mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Add versionadded tag to docs for timeit.autorange
This commit is contained in:
parent
09f4f711b6
commit
a0d3eeff86
1 changed files with 2 additions and 0 deletions
|
|
@ -148,6 +148,8 @@ The module defines three convenience functions and a public class:
|
|||
If *callback* is given and is not *None*, it will be called after
|
||||
each trial with two arguments: ``callback(number, time_taken)``.
|
||||
|
||||
.. versionadded:: 3.6
|
||||
|
||||
|
||||
.. method:: Timer.repeat(repeat=3, number=1000000)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue