The binary arithmetic operation / (true division) with reflected operands
x.__rtruediv__(y) <==> y/x
cf.FieldList.__rdiv__
cf.FieldList.__rfloordiv__
Enter search terms or a module, class or function name.