cf
Data.
__itruediv__
The augmented arithmetic assignment /= (true division)
/=
x.__itruediv__(y) <==> x/=y
cf.Data.__idiv__
cf.Data.__ifloordiv__