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
98fcaaf4
Kaydet (Commit)
98fcaaf4
authored
Eki 12, 2005
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #1323739, C API doc for PySequence_Tuple duplicated
üst
34fed3a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
abstract.tex
Doc/api/abstract.tex
+5
-9
No files found.
Doc/api/abstract.tex
Dosyayı görüntüle @
98fcaaf4
...
...
@@ -778,12 +778,6 @@ determination.
the Python statement
\samp
{
del
\var
{
o
}
[
\var
{
i1
}
:
\var
{
i2
}
]
}
.
\end{cfuncdesc}
\begin{cfuncdesc}
{
PyObject*
}{
PySequence
_
Tuple
}{
PyObject *o
}
Returns the
\var
{
o
}
as a tuple on success, and
\NULL
{}
on failure.
This is equivalent to the Python expression
\samp
{
tuple(
\var
{
o
}
)
}
.
\bifuncindex
{
tuple
}
\end{cfuncdesc}
\begin{cfuncdesc}
{
int
}{
PySequence
_
Count
}{
PyObject *o, PyObject *value
}
Return the number of occurrences of
\var
{
value
}
in
\var
{
o
}
, that is,
return the number of keys for which
\code
{
\var
{
o
}
[
\var
{
key
}
] ==
...
...
@@ -811,9 +805,11 @@ determination.
\begin{cfuncdesc}
{
PyObject*
}{
PySequence
_
Tuple
}{
PyObject *o
}
Return a tuple object with the same contents as the arbitrary
sequence
\var
{
o
}
. If
\var
{
o
}
is a tuple, a new reference will be
returned, otherwise a tuple will be constructed with the appropriate
contents.
sequence
\var
{
o
}
or
\NULL
{}
on failure. If
\var
{
o
}
is a tuple,
a new reference will be returned, otherwise a tuple will be
constructed with the appropriate contents. This is equivalent
to the Python expression
\samp
{
tuple(
\var
{
o
}
)
}
.
\bifuncindex
{
tuple
}
\end{cfuncdesc}
\begin{cfuncdesc}
{
PyObject*
}{
PySequence
_
Fast
}{
PyObject *o, const char *m
}
...
...
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