cf.FieldList.__rmul__

FieldList.__rmul__(y)[source]

The binary arithmetic operation * with reflected operands

x.__rmul__(y) <==> y*x

Previous topic

cf.FieldList.__rsub__

Next topic

cf.FieldList.__rdiv__

This Page