cf
Field.
__radd__
The binary arithmetic operation + with reflected operands
+
x.__radd__(y) <==> y+x
cf.Field.__mod__
cf.Field.__rsub__