cf.Data.__rmod__

Data.__rmod__(other)[source]

The binary arithmetic operation % with reflected operands

x.__rmod__(y) <==> y % x

Previous topic

cf.Data.__rpow__

Next topic

cf.Data.__iadd__

This Page