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
0568d5e9
Kaydet (Commit)
0568d5e9
authored
Eki 08, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
apply() third arg
üst
e38a752d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
libfuncs.tex
Doc/lib/libfuncs.tex
+4
-1
libfuncs.tex
Doc/libfuncs.tex
+4
-1
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
0568d5e9
...
...
@@ -10,7 +10,7 @@ are always available. They are listed here in alphabetical order.
or long integer or a floating point number.
\end{funcdesc}
\begin{funcdesc}
{
apply
}{
function
\,
args
}
\begin{funcdesc}
{
apply
}{
function
\,
args
\optional
{
, keywords
}
}
The
\var
{
function
}
argument must be a callable object (a user-defined or
built-in function or method, or a class object) and the
\var
{
args
}
argument must be a tuple. The
\var
{
function
}
is called with
...
...
@@ -18,6 +18,9 @@ argument must be a tuple. The \var{function} is called with
of the tuple. (This is different from just calling
\code
{
\var
{
func
}
(
\var
{
args
}
)
}
, since in that case there is always
exactly one argument.)
If the optional
\var
{
keywords
}
argument is present, it must be a
dictionary whose keys are strings. It specifies keyword arguments to
be added to the end of the the argument list.
\end{funcdesc}
\begin{funcdesc}
{
chr
}{
i
}
...
...
Doc/libfuncs.tex
Dosyayı görüntüle @
0568d5e9
...
...
@@ -10,7 +10,7 @@ are always available. They are listed here in alphabetical order.
or long integer or a floating point number.
\end{funcdesc}
\begin{funcdesc}
{
apply
}{
function
\,
args
}
\begin{funcdesc}
{
apply
}{
function
\,
args
\optional
{
, keywords
}
}
The
\var
{
function
}
argument must be a callable object (a user-defined or
built-in function or method, or a class object) and the
\var
{
args
}
argument must be a tuple. The
\var
{
function
}
is called with
...
...
@@ -18,6 +18,9 @@ argument must be a tuple. The \var{function} is called with
of the tuple. (This is different from just calling
\code
{
\var
{
func
}
(
\var
{
args
}
)
}
, since in that case there is always
exactly one argument.)
If the optional
\var
{
keywords
}
argument is present, it must be a
dictionary whose keys are strings. It specifies keyword arguments to
be added to the end of the the argument list.
\end{funcdesc}
\begin{funcdesc}
{
chr
}{
i
}
...
...
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