cf.Field.__imul__

Field.__imul__(other)[source]

The augmented arithmetic assignment *=.

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

Previous topic

cf.Field.__isub__

Next topic

cf.Field.__idiv__

This Page