cf.FieldList.__imod__

FieldList.__imod__(y)[source]

The binary arithmetic operation %=

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

New in version 1.0.

Previous topic

cf.FieldList.__ipow__

Next topic

cf.FieldList.__neg__

This Page