cf.CellMeasure.__rmod__

CellMeasure.__rmod__(y)[source]

The binary arithmetic operation % with reflected operands.

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

New in version 1.0.