cf.Data.__itruediv__

Data.__itruediv__(other)[source]

The augmented arithmetic assignment /= (true division)

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

Previous topic

cf.Data.__idiv__

Next topic

cf.Data.__ifloordiv__

This Page