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
29fb54f0
Kaydet (Commit)
29fb54f0
authored
Şub 18, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update note about the (...) format specifier for PyArg_ParseTuple().
üst
951eea47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
ext.tex
Doc/ext/ext.tex
+10
-4
No files found.
Doc/ext/ext.tex
Dosyayı görüntüle @
29fb54f0
...
...
@@ -702,10 +702,16 @@ Raises a \exception{TypeError} exception if the object is not a string
object. The C variable may also be declared as
\ctype
{
PyObject *
}
.
\item
[\samp{(\var{items})} (tuple) {[\var{matching-items}]
}
]
The object must be a Python tuple whose length is the number of format
units in
\var
{
items
}
. The C arguments must correspond to the
individual format units in
\var
{
items
}
. Format units for tuples may
be nested.
The object must be a Python sequence whose length is the number of
format units in
\var
{
items
}
. The C arguments must correspond to the
individual format units in
\var
{
items
}
. Format units for sequences
may be nested.
\strong
{
Note:
}
Prior to Python version 1.5.2, this format specifier
only accepted a tuple containing the individual parameters, not an
arbitrary sequence. Code which previously caused a
\exception
{
TypeError
}
to be raised here may now proceed without an
exception. This is not expected to be a problem for existing code.
\end{description}
...
...
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