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
9226d8e8
Kaydet (Commit)
9226d8e8
authored
Şub 22, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed "This will be discussed later." where it's not. Reported by
Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.
üst
7d9b1332
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ext.tex
Doc/ext/ext.tex
+4
-4
No files found.
Doc/ext/ext.tex
Dosyayı görüntüle @
9226d8e8
...
...
@@ -143,10 +143,10 @@ passed to the C function. The C function always has two arguments,
conventionally named
\var
{
self
}
and
\var
{
args
}
.
The
\var
{
self
}
argument is only used when the C function implements a
built-in method
. This will be discussed later. In the example,
\var
{
self
}
will always be a
\NULL
{}
pointer, since we are defining
a function, not a method. (This is done so that the interpreter
doesn't have to
understand two different types of C functions.)
built-in method
, not a function. In the example,
\var
{
self
}
will
always be a
\NULL
{}
pointer, since we are defining a function, not a
method. (This is done so that the interpreter doesn't have to
understand two different types of C functions.)
The
\var
{
args
}
argument will be a pointer to a Python tuple object
containing the arguments. Each item of the tuple corresponds to an
...
...
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