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