__rsub__()#

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

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

See Also#