Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0d3eef

Browse files
author
Steven D'Aprano
committed
Add versionadded tag to docs for timeit.autorange
1 parent 09f4f71 commit a0d3eef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/library/timeit.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ The module defines three convenience functions and a public class:
148148
If *callback* is given and is not *None*, it will be called after
149149
each trial with two arguments: ``callback(number, time_taken)``.
150150

151+
.. versionadded:: 3.6
152+
151153

152154
.. method:: Timer.repeat(repeat=3, number=1000000)
153155

0 commit comments

Comments
 (0)