# Pastebin 4ZmxYmyA >>> class A(object): ... def __pos__(self): ... print "foo" ... >>> +A() foo >>>