cf.Data.__itruediv__

Data.__itruediv__(other)[source]

The augmented arithmetic assignment /= (true division)

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