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