cf.Field.__imod__

Field.__imod__(other)[source]

The binary arithmetic operation %=

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

New in version 1.0.

Previous topic

cf.Field.__ipow__

Next topic

cf.Field.__neg__

This Page