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
b19542d0
Kaydet (Commit)
b19542d0
authored
Mar 14, 2015
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix minor docs markup errors.
üst
41e7244c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
decimal.rst
Doc/library/decimal.rst
+1
-1
profile.rst
Doc/library/profile.rst
+1
-1
No files found.
Doc/library/decimal.rst
Dosyayı görüntüle @
b19542d0
...
@@ -261,7 +261,7 @@ For more advanced work, it may be useful to create alternate contexts using the
...
@@ -261,7 +261,7 @@ For more advanced work, it may be useful to create alternate contexts using the
Context() constructor. To make an alternate active, use the :func:`setcontext`
Context() constructor. To make an alternate active, use the :func:`setcontext`
function.
function.
In accordance with the standard, the :mod:`
D
ecimal` module provides two ready to
In accordance with the standard, the :mod:`
d
ecimal` module provides two ready to
use standard contexts, :const:`BasicContext` and :const:`ExtendedContext`. The
use standard contexts, :const:`BasicContext` and :const:`ExtendedContext`. The
former is especially useful for debugging because many of the traps are
former is especially useful for debugging because many of the traps are
enabled:
enabled:
...
...
Doc/library/profile.rst
Dosyayı görüntüle @
b19542d0
...
@@ -638,7 +638,7 @@ you are using :class:`profile.Profile` or :class:`cProfile.Profile`,
...
@@ -638,7 +638,7 @@ you are using :class:`profile.Profile` or :class:`cProfile.Profile`,
pr = cProfile.Profile(your_integer_time_func, 0.001)
pr = cProfile.Profile(your_integer_time_func, 0.001)
As the :
mod
:`cProfile.Profile` class cannot be calibrated, custom timer
As the :
class
:`cProfile.Profile` class cannot be calibrated, custom timer
functions should be used with care and should be as fast as possible. For
functions should be used with care and should be as fast as possible. For
the best results with a custom timer, it might be necessary to hard-code it
the best results with a custom timer, it might be necessary to hard-code it
in the C source of the internal :mod:`_lsprof` module.
in the C source of the internal :mod:`_lsprof` module.
...
...
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