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
10cbe8dc
Kaydet (Commit)
10cbe8dc
authored
Haz 20, 2002
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF 563530 added missing methods for emulating numeric types
üst
669f4c38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ref3.tex
Doc/ref/ref3.tex
+5
-1
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
10cbe8dc
...
...
@@ -1433,6 +1433,8 @@ the alternate context; \exception{TypeError} will be raised instead.
\methodline
[numeric object]
{__
rsub
__}{
self, other
}
\methodline
[numeric object]
{__
rmul
__}{
self, other
}
\methodline
[numeric object]
{__
rdiv
__}{
self, other
}
\methodline
[numeric object]
{__
rtruediv
__}{
self, other
}
\methodline
[numeric object]
{__
rfloordiv
__}{
self, other
}
\methodline
[numeric object]
{__
rmod
__}{
self, other
}
\methodline
[numeric object]
{__
rdivmod
__}{
self, other
}
\methodline
[numeric object]
{__
rpow
__}{
self, other
}
...
...
@@ -1461,7 +1463,9 @@ complicated).
\methodline
[numeric object]
{__
isub
__}{
self, other
}
\methodline
[numeric object]
{__
imul
__}{
self, other
}
\methodline
[numeric object]
{__
idiv
__}{
self, other
}
\methodline
[numeric object]
{__
imod
__}{
self, other
}
\methodline
[numeric object]
{__
itruediv
__}{
self, other
}
\methodline
[numeric object]
{__
ifloordiv
__}{
self, other
}
\methodline
[numeric object]
{__
imod
__}{
self, other
}
\methodline
[numeric object]
{__
ipow
__}{
self, other
\optional
{
, modulo
}}
\methodline
[numeric object]
{__
ilshift
__}{
self, other
}
\methodline
[numeric object]
{__
irshift
__}{
self, other
}
...
...
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