cf.FieldList.__isub__

FieldList.__isub__(y)[source]

The augmented arithmetic assignment -=

x.__isub__(y) <==> x-=y

Previous topic

cf.FieldList.__iadd__

Next topic

cf.FieldList.__imul__

This Page