cf.Count.__itruediv__

Count.__itruediv__(y)[source]

The augmented arithmetic assignment /= (true division)

x.__itruediv__(y) <==> x/=y