cf.Data.__imod__

Data.__imod__(other)[source]

The binary arithmetic operation %=

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