The binary arithmetic operation / (true division)
x.__truediv__(y) <==> x/y
cf.Data.__div__
cf.Data.__floordiv__
Enter search terms or a module, class or function name.