cf
Data.
__rfloordiv__
The binary arithmetic operation // with reflected operands
//
x.__rfloordiv__(y) <==> y//x
cf.Data.__rtruediv__
cf.Data.__rpow__