cf.FieldList.__mod__

FieldList.__mod__(y)[source]

The binary arithmetic operation %

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

New in version 1.0.