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
98f2b9bf
Kaydet (Commit)
98f2b9bf
authored
Tem 30, 2011
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
transition move technically correct to obviously so
üst
2c69e3dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
stdtypes.rst
Doc/library/stdtypes.rst
+4
-4
No files found.
Doc/library/stdtypes.rst
Dosyayı görüntüle @
98f2b9bf
...
@@ -2706,7 +2706,7 @@ The Null Object
...
@@ -2706,7 +2706,7 @@ The Null Object
This object is returned by functions that don't explicitly return a value. It
This object is returned by functions that don't explicitly return a value. It
supports no special operations. There is exactly one null object, named
supports no special operations. There is exactly one null object, named
``None`` (a built-in name).
Calling ``type(None
)`` produces the same singleton.
``None`` (a built-in name).
``type(None)(
)`` produces the same singleton.
It is written as ``None``.
It is written as ``None``.
...
@@ -2718,7 +2718,7 @@ The Ellipsis Object
...
@@ -2718,7 +2718,7 @@ The Ellipsis Object
This object is commonly used by slicing (see :ref:`slicings`). It supports no
This object is commonly used by slicing (see :ref:`slicings`). It supports no
special operations. There is exactly one ellipsis object, named
special operations. There is exactly one ellipsis object, named
:const:`Ellipsis` (a built-in name).
Calling ``type(Ellipsis
)`` produces the
:const:`Ellipsis` (a built-in name).
``type(Ellipsis)(
)`` produces the
:const:`Ellipsis` singleton.
:const:`Ellipsis` singleton.
It is written as ``Ellipsis`` or ``...``.
It is written as ``Ellipsis`` or ``...``.
...
@@ -2729,8 +2729,8 @@ The NotImplemented Object
...
@@ -2729,8 +2729,8 @@ The NotImplemented Object
This object is returned from comparisons and binary operations when they are
This object is returned from comparisons and binary operations when they are
asked to operate on types they don't support. See :ref:`comparisons` for more
asked to operate on types they don't support. See :ref:`comparisons` for more
information. There is exactly one ``NotImplemented`` object.
Calling
information. There is exactly one ``NotImplemented`` object.
``type(NotImplemented)`` produces the singleton instance.
``type(NotImplemented)
()
`` produces the singleton instance.
It is written as ``NotImplemented``.
It is written as ``NotImplemented``.
...
...
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