cf.Data.__rmul__

Data.__rmul__(other)[source]

The binary arithmetic operation * with reflected operands

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