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