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
b4ea9d05
Kaydet (Commit)
b4ea9d05
authored
Eki 30, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Promote built-in functions to come before built-in types.
üst
1633a2e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
lib.tex
Doc/lib/lib.tex
+1
-1
libobjs.tex
Doc/lib/libobjs.tex
+1
-3
No files found.
Doc/lib/lib.tex
Dosyayı görüntüle @
b4ea9d05
...
@@ -67,9 +67,9 @@ and how to embed it in other applications.
...
@@ -67,9 +67,9 @@ and how to embed it in other applications.
\input
{
libintro
}
% Introduction
\input
{
libintro
}
% Introduction
\input
{
libobjs
}
% Built-in Types, Exceptions and Functions
\input
{
libobjs
}
% Built-in Types, Exceptions and Functions
\input
{
libfuncs
}
\input
{
libstdtypes
}
\input
{
libstdtypes
}
\input
{
libexcs
}
\input
{
libexcs
}
\input
{
libfuncs
}
\input
{
libpython
}
% Python Runtime Services
\input
{
libpython
}
% Python Runtime Services
\input
{
libsys
}
\input
{
libsys
}
...
...
Doc/lib/libobjs.tex
Dosyayı görüntüle @
b4ea9d05
\chapter
{
Built-in Types, Exceptions and Functions
}
\chapter
{
Built-in Functions, Types, and Exceptions
\label
{
builtin
}}
\nodename
{
Built-in Objects
}
\label
{
builtin
}
Names for built-in exceptions and functions are found in a separate
Names for built-in exceptions and functions are found in a separate
symbol table. This table is searched last when the interpreter looks
symbol table. This table is searched last when the interpreter looks
...
...
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