cf
Data.
__rmod__
The binary arithmetic operation % with reflected operands
%
x.__rmod__(y) <==> y % x
cf.Data.__rpow__
cf.Data.__iadd__