Operator overloading methods
- mul
- rmul
- add
- radd
- iadd
- lt
- le
* __mul__, __rmul__
+ __add__, __radd__
+= __iadd__
< __lt__
<= __le__
...
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
* __mul__, __rmul__
+ __add__, __radd__
+= __iadd__
< __lt__
<= __le__
...