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