cf.FieldList.__iadd__

FieldList.__iadd__(y)

The augmented arithmetic assignment +=

x.__iadd__(y) <==> x+=y