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
051aa773
Kaydet (Commit)
051aa773
authored
Eki 19, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport r58542.
üst
dd4b025a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
libfuncs.tex
Doc/lib/libfuncs.tex
+4
-6
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
051aa773
...
...
@@ -1280,13 +1280,11 @@ bypass these functions without concerns about missing something important.
to be added to the end of the argument list.
Calling
\function
{
apply()
}
is different from just calling
\code
{
\var
{
function
}
(
\var
{
args
}
)
}
, since in that case there is always
exactly one argument. The use of
\function
{
apply()
}
is equivalent
to
\code
{
\var
{
function
}
(*
\var
{
args
}
, **
\var
{
keywords
}
)
}
.
Use of
\function
{
apply()
}
is not necessary since the ``extended call
syntax,'' as used in the last example, is completely equivalent.
exactly one argument. The use of
\function
{
apply()
}
is exactly
equivalent to
\code
{
\var
{
function
}
(*
\var
{
args
}
, **
\var
{
keywords
}
)
}
.
\deprecated
{
2.3
}{
Use the extended call syntax
instead, as described
above
.
}
\deprecated
{
2.3
}{
Use the extended call syntax
with
\code
{
*args
}
and
\code
{
**keywords
}
instead
.
}
\end{funcdesc}
\begin{funcdesc}
{
buffer
}{
object
\optional
{
, offset
\optional
{
, size
}}}
...
...
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