March 2003
Intermediate to advanced
656 pages
39h 30m
English
__abs__, __invert__, __neg__, __pos__
__abs__(self) __invert__(self) __neg__(self) __pos__(self)
Unary operators
abs(
x
),
~
x,
-
x, and
+
x, respectively, call
these methods.