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