cf.FieldList.__imul__

FieldList.__imul__(y)[source]

The augmented arithmetic assignment *=

x.__imul__(y) <==> x*=y

Previous topic

cf.FieldList.__isub__

Next topic

cf.FieldList.__idiv__

This Page