cf.CellMeasure.__rmod__ — Documentation
The binary arithmetic operation % with reflected operands.
%
x.__rmod__(y) <==> y % x
Added in version 1.0.