__rmul__()#

relationalai.Producer
#Producer.__rmul__(other: Any) -> Expression

Returns an Expression that produces the product of Producer values and other. .__rmul__() is implemented so that you may use a non-Producer object as the left operand.

See Also#