cf.Field.__mod__

Field.__mod__(other)[source]

The binary arithmetic operation %

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

New in version 1.0.

Previous topic

cf.Field.__pow__

Next topic

cf.Field.__radd__

This Page