cf.List.__itruediv__

List.__itruediv__(y)[source]

The augmented arithmetic assignment /= (true division)

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