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
ae3e5741
Kaydet (Commit)
ae3e5741
authored
Ock 28, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"numberic" --> "numeric", two places
üst
1453a8ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ref3.tex
Doc/ref/ref3.tex
+2
-2
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
ae3e5741
...
...
@@ -1047,7 +1047,7 @@ multiplication (meaning repetition) by defining the methods
\ttindex
{__
radd
__
()
}
\ttindex
{__
mul
__
()
}
\ttindex
{__
rmul
__
()
}}
\withsubitem
{
(num
b
eric object method)
}{
\ttindex
{__
coerce
__
()
}}
\withsubitem
{
(numeric object method)
}{
\ttindex
{__
coerce
__
()
}}
\begin{methoddesc}
[mapping object]
{__
len
__}{
self
}
Called to implement the built-in function
...
...
@@ -1121,7 +1121,7 @@ Methods corresponding to operations that are not supported by the
particular kind of number implemented (e.g., bitwise operations for
non-integral numbers) should be left undefined.
\begin{methoddesc}
[num
b
eric interface]
{__
add
__}{
self, other
}
\begin{methoddesc}
[numeric interface]
{__
add
__}{
self, other
}
\methodline
{__
sub
__}{
self, other
}
\methodline
{__
mul
__}{
self, other
}
\methodline
{__
div
__}{
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