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
39fc1bc3
Kaydet (Commit)
39fc1bc3
authored
Mar 05, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added note about __builtin__._ to section dicussing classes of
reserved names, just to avoid confusion on the part of users.
üst
57ed139c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
ref2.tex
Doc/ref/ref2.tex
+15
-5
No files found.
Doc/ref/ref2.tex
Dosyayı görüntüle @
39fc1bc3
...
@@ -263,14 +263,24 @@ def finally in print
...
@@ -263,14 +263,24 @@ def finally in print
Certain classes of identifiers (besides keywords) have special
Certain classes of identifiers (besides keywords) have special
meanings. These are:
meanings. These are:
\begin{tableii
}
{
l|l
}{
code
}{
Form
}{
Meaning
}
\begin{tableii
i}
{
l|l|l
}{
code
}{
Form
}{
Meaning
}{
Notes
}
\lineii
{_
*
}{
Not imported by
\samp
{
from
\var
{
module
}
import *
}
}
\lineii
i
{_
*
}{
Not imported by
\samp
{
from
\var
{
module
}
import *
}}{
(1)
}
\lineii
{__
*
__}{
System-defined name
}
\lineii
i
{__
*
__}{
System-defined name
}{
}
\lineii
{__
*
}{
Class-private name mangling
}
\lineii
i
{__
*
}{
Class-private name mangling
}{
}
\end{tableii}
\end{tableii
i
}
(XXX need section references here.)
(XXX need section references here.)
Note:
\begin{description}
\item
[(1)]
The special identifier
\samp
{_}
is used in the interactive
interpreter to store the result of the last evaluation; it is stored
in the
\module
{__
builtin
__}
module. When not in interactive mode,
\samp
{_}
has no special meaning and is not defined.
\end{description}
\section
{
Literals
\label
{
literals
}}
\section
{
Literals
\label
{
literals
}}
Literals are notations for constant values of some built-in types.
Literals are notations for constant values of some built-in types.
...
...
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