Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 Lib/timeit.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def repeat(self, repeat=default_repeat, number=default_number):
return r

def autorange(self, callback=None):
"""Return the number of loops so that total time >= 0.2.
"""Return the number of loops and time taken so that total time >= 0.2.

Calls the timeit method with *number* set to successive powers of
ten (10, 100, 1000, ...) up to a maximum of one billion, until
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.