cf.CellMeasure.__rfloordiv__

CellMeasure.__rfloordiv__(y)[source]

The binary arithmetic operation // with reflected operands.

x.__rfloordiv__(y) <==> y//x