md#

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

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

See Also#