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