Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
fb2a6ccf
Kaydet (Commit)
fb2a6ccf
authored
Nis 08, 2003
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
correct a couple docstring nits
üst
f995cce4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
timeit.py
Lib/timeit.py
+3
-3
No files found.
Lib/timeit.py
Dosyayı görüntüle @
fb2a6ccf
...
...
@@ -157,11 +157,11 @@ class Timer:
return
self
.
inner
(
it
,
self
.
timer
)
def
repeat
(
self
,
repeat
=
default_repeat
,
number
=
default_number
):
"""Call time
r
() a few times.
"""Call time
it
() a few times.
This is a convenience function that calls the time
r
()
This is a convenience function that calls the time
it
()
repeatedly, returning a list of results. The first argument
specifies how many times to call time
r
(), defaulting to 3;
specifies how many times to call time
it
(), defaulting to 3;
the second argument specifies the timer argument, defaulting
to one million.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment