The augmented arithmetic assignment +=
x.__iadd__(y) <==> x+=y
cf.FieldList.__rmod__
cf.FieldList.__isub__
Enter search terms or a module, class or function name.