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
0233bd9c
Kaydet (Commit)
0233bd9c
authored
Ock 01, 2003
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mention built-in constants.
üst
1f041e7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
libobjs.tex
Doc/lib/libobjs.tex
+4
-2
No files found.
Doc/lib/libobjs.tex
Dosyayı görüntüle @
0233bd9c
\chapter
{
Built-
in Functions, Types, and Exception
s
\label
{
builtin
}}
\chapter
{
Built-
In Object
s
\label
{
builtin
}}
Names for built-in exceptions and functions are found in a separate
Names for built-in exceptions and functions and a number of constants are
found in a separate
symbol table. This table is searched last when the interpreter looks
up the meaning of a name, so local and global
user-defined names can override built-in names. Built-in types are
...
...
@@ -11,6 +12,7 @@ described together here for easy reference.\footnote{
\indexii
{
built-in
}{
types
}
\indexii
{
built-in
}{
exceptions
}
\indexii
{
built-in
}{
functions
}
\indexii
{
built-in
}{
constants
}
\index
{
symbol table
}
The tables in this chapter document the priorities of operators by
...
...
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