cf
Data.
__isub__
The augmented arithmetic assignment -=
-=
x.__isub__(y) <==> x-=y
cf.Data.__iadd__
cf.Data.__imul__