cf.Data.__radd__

Data.__radd__(other)[source]

The binary arithmetic operation + with reflected operands

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

Previous topic

cf.Data.__xor__

Next topic

cf.Data.__rsub__

This Page