cf.Data.__rfloordiv__

Data.__rfloordiv__(other)[source]

The binary arithmetic operation // with reflected operands

x.__rfloordiv__(y) <==> y//x

Previous topic

cf.Data.__rtruediv__

Next topic

cf.Data.__rpow__

This Page