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