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