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
485dbd10
Kaydet (Commit)
485dbd10
authored
May 25, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a x-ref to newer calling APIs.
üst
964e02a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
abstract.tex
Doc/api/abstract.tex
+4
-0
No files found.
Doc/api/abstract.tex
Dosyayı görüntüle @
485dbd10
...
@@ -260,6 +260,8 @@ determination.
...
@@ -260,6 +260,8 @@ determination.
result of the call on success, or
\NULL
{}
on failure. This is the
result of the call on success, or
\NULL
{}
on failure. This is the
equivalent of the Python expression
\samp
{
apply(
\var
{
callable
}
,
equivalent of the Python expression
\samp
{
apply(
\var
{
callable
}
,
\var
{
args
}
)
}
or
\samp
{
\var
{
callable
}
(*
\var
{
args
}
)
}
.
\var
{
args
}
)
}
or
\samp
{
\var
{
callable
}
(*
\var
{
args
}
)
}
.
Note that if you only pass
\ctype
{
PyObject *
}
args,
\cfunction
{
PyObject
_
CallFunctionObjArgs
}
is a faster alternative.
\bifuncindex
{
apply
}
\bifuncindex
{
apply
}
\end{cfuncdesc}
\end{cfuncdesc}
...
@@ -274,6 +276,8 @@ determination.
...
@@ -274,6 +276,8 @@ determination.
indicating that no arguments are provided. Returns the result of the
indicating that no arguments are provided. Returns the result of the
call on success, or
\NULL
{}
on failure. This is the equivalent of
call on success, or
\NULL
{}
on failure. This is the equivalent of
the Python expression
\samp
{
\var
{
o
}
.
\var
{
method
}
(
\var
{
args
}
)
}
.
the Python expression
\samp
{
\var
{
o
}
.
\var
{
method
}
(
\var
{
args
}
)
}
.
Note that if you only pass
\ctype
{
PyObject *
}
args,
\cfunction
{
PyObject
_
CallMethodObjArgs
}
is a faster alternative.
\end{cfuncdesc}
\end{cfuncdesc}
...
...
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