cf.Field.__rmul__

Field.__rmul__(y)

The binary arithmetic operation * with reflected operands

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