cf.List.__truediv__

List.__truediv__(y)[source]

The binary arithmetic operation / (true division)

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