Producer.__rfloordiv__()#
relationalai
#Producer.__rfloordiv__(other: Any) -> Expression
Returns an Expression
that produces the quotient of other
and the Producer
values, rounded towards negative infinity.
The type of the result is the same as the type of other
.
.__rfloordiv__()
is implemented so that you may use a non-Producer
object as the left operand with the //
operator.