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