cf.FieldList.__rmod__

FieldList.__rmod__(y)[source]

The binary arithmetic operation % with reflected operands

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

New in version 1.0.

Previous topic

cf.FieldList.__rpow__

Next topic

cf.FieldList.__iadd__

This Page