(An Unofficial) Python Reference Wiki

"clearly marked experimental"

operator-pos

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.