__radd__()#

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

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

See Also#