cf.FieldList.__imod__

FieldList.__imod__(y)

The binary arithmetic operation %=

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

New in version 1.0.