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
e12dc28c
Kaydet (Commit)
e12dc28c
authored
Eki 07, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix markup.
üst
9dc5bddd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
operator.rst
Doc/library/operator.rst
+2
-2
datamodel.rst
Doc/reference/datamodel.rst
+1
-1
No files found.
Doc/library/operator.rst
Dosyayı görüntüle @
e12dc28c
...
...
@@ -238,8 +238,8 @@ their character equivalents.
.. function:: length_hint(obj, default=0)
Return an estimated length for the object *o*. First trying to return its
actual length, then an estimate using
``__length_hint__``, and finally
returning the default value.
actual length, then an estimate using
:meth:`object.__length_hint__`, and
finally
returning the default value.
.. versionadded:: 3.4
...
...
Doc/reference/datamodel.rst
Dosyayı görüntüle @
e12dc28c
...
...
@@ -1807,7 +1807,7 @@ through the container; for mappings, :meth:`__iter__` should be the same as
.. method:: object.__length_hint__(self)
Called to implement
``operator.length_hint`
`. Should return an estimated
Called to implement
:func:`operator.length_hint
`. Should return an estimated
length for the object (which may be greater or less than the actual length).
The length must be an integer ``>=`` 0. This method is purely an
optimization and is never required for correctness.
...
...
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