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
d20d8b31
Kaydet (Commit)
d20d8b31
authored
Nis 13, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
üst
a4553c04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
api.tex
Doc/api/api.tex
+4
-4
No files found.
Doc/api/api.tex
Dosyayı görüntüle @
d20d8b31
...
...
@@ -1721,14 +1721,14 @@ failure. This is the equivalent of the Python expression
\begin{cfuncdesc}
{
PyObject*
}{
PyNumber
_
Lshift
}{
PyObject *o1, PyObject *o2
}
Returns the result of left shifting
\var
{
o1
}
by
\var
{
o2
}
on success,
or
\NULL
{}
on failure. This is the equivalent of the Python
expression
\samp
{
\var
{
o1
}
<
<
\var
{
o2
}}
.
expression
\samp
{
\var
{
o1
}
<
\code
{
<
}
\var
{
o2
}}
.
\end{cfuncdesc}
\begin{cfuncdesc}
{
PyObject*
}{
PyNumber
_
Rshift
}{
PyObject *o1, PyObject *o2
}
Returns the result of right shifting
\var
{
o1
}
by
\var
{
o2
}
on success,
or
\NULL
{}
on failure. This is the equivalent of the Python
expression
\samp
{
\var
{
o1
}
>
>
\var
{
o2
}}
.
expression
\samp
{
\var
{
o1
}
>
\code
{
>
}
\var
{
o2
}}
.
\end{cfuncdesc}
...
...
@@ -1802,7 +1802,7 @@ would cause an illegal memory access).
Returns the result of left shifting
\var
{
o1
}
by
\var
{
o2
}
on success, or
\NULL
{}
on failure. The operation is done
\emph
{
in-place
}
when
\var
{
o1
}
supports it. This is the equivalent of the Python expression
\samp
{
\var
{
o1
}
<
<=
\var
{
o2
}}
.
<
\code
{
<=
}
\var
{
o2
}}
.
\end{cfuncdesc}
...
...
@@ -1810,7 +1810,7 @@ supports it. This is the equivalent of the Python expression \samp{\var{o1}
Returns the result of right shifting
\var
{
o1
}
by
\var
{
o2
}
on success, or
\NULL
{}
on failure. The operation is done
\emph
{
in-place
}
when
\var
{
o1
}
supports it. This is the equivalent of the Python expression
\samp
{
\var
{
o1
}
>
>=
\var
{
o2
}}
.
>
\code
{
>=
}
\var
{
o2
}}
.
\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