cf.Data.__rmod__

Data.__rmod__(other)[source]

The binary arithmetic operation % with reflected operands

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