cf.CellMeasure.__imod__

CellMeasure.__imod__(y)[source]

The binary arithmetic operation %=

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

New in version 1.0.