March 2003
Intermediate to advanced
656 pages
39h 30m
English
__radd__, __rdiv__, __rmod__, __rmul__, __rsub__
__radd__(self,other) __rdiv__(self,other) __rmod__(self,other) __rmul__(self,other) __rsub__(self,other)
Operators
y
+
x,
y
/
x,
y
%
x,
y
*
x,
and
y
-
x,
respectively, call these methods when y
doesn’t have a needed method __add__, __div__, and so on.