The unary + (plus) operator yields its numeric argument unchanged.
Tf the argument does not have the proper type, a TypeError exception is raised.
To support this operator in your own classes, implement the __pos__ method.
last updated 2 years ago by effbot
#