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
7d180a0d
Kaydet (Commit)
7d180a0d
authored
Agu 02, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#9451: strengthen warning about __*__ special name usage.
üst
7528b9b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lexical_analysis.rst
Doc/reference/lexical_analysis.rst
+6
-5
No files found.
Doc/reference/lexical_analysis.rst
Dosyayı görüntüle @
7d180a0d
...
@@ -362,11 +362,12 @@ characters:
...
@@ -362,11 +362,12 @@ characters:
information on this convention.
information on this convention.
``__*__``
``__*__``
System-defined names. These names are defined by the interpreter and its
System-defined names. These names are defined by the interpreter and its
implementation (including the standard library); applications should not expect
implementation (including the standard library). Current system names are
to define additional names using this convention. The set of names of this
discussed in the :ref:`specialnames` section and elsewhere. More will likely
class defined by Python may be extended in future versions. See section
be defined in future versions of Python. *Any* use of ``__*__`` names, in
:ref:`specialnames`.
any context, that does not follow explicitly documented use, is subject to
breakage without warning.
``__*``
``__*``
Class-private names. Names in this category, when used within the context of a
Class-private names. Names in this category, when used within the context of a
...
...
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