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
74bcac4c
Kaydet (Commit)
74bcac4c
authored
Ock 02, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- documented Ellipsis, NotImplemented
- minor markup changes - indented for consistency with newer content
üst
d0859aaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
9 deletions
+20
-9
libconsts.tex
Doc/lib/libconsts.tex
+20
-9
No files found.
Doc/lib/libconsts.tex
Dosyayı görüntüle @
74bcac4c
\section
{
Builtin Constants
}
\section
{
Built
-
in Constants
}
A small number of constants live in the builtin namespace. They are:
A small number of constants live in the built
-
in namespace. They are:
\begin{datadesc}
{
False
}
The false value of the
\code
{
bool
}
type.
\versionadded
{
2.3
}
The false value of the
\class
{
bool
}
type.
\versionadded
{
2.3
}
\end{datadesc}
\begin{datadesc}
{
True
}
The true value of the
\code
{
bool
}
type.
\versionadded
{
2.3
}
The true value of the
\class
{
bool
}
type.
\versionadded
{
2.3
}
\end{datadesc}
\begin{datadesc}
{
None
}
The sole value of
\code
{
NoneType
}
.
\code
{
None
}
is frequently used to
represent the absence of a value, as when default arguments are not passed
to a function.
The sole value of
\code
{
\refmodule
{
types
}
.NoneType
}
.
\code
{
None
}
is
frequently used to represent the absence of a value, as when default
arguments are not passed
to a function.
\end{datadesc}
\begin{datadesc}
{
NotImplemented
}
Special value which can be returned by the ``rich comparison''
special methods (
\method
{__
eq
__
()
}
,
\method
{__
lt
__
()
}
, and friends),
to indicate that the comparison is not implemented with respect to
the other type.
\end{datadesc}
\begin{datadesc}
{
Ellipsis
}
Special value used in conjunction with extended slicing syntax.
% XXX Someone who understands extended slicing should fill in here.
\end{datadesc}
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