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