cf.FieldList.__radd__

FieldList.__radd__(y)[source]

The binary arithmetic operation + with reflected operands

x.__radd__(y) <==> y+x

Previous topic

cf.FieldList.__mod__

Next topic

cf.FieldList.__rsub__

This Page