cf.TimeDuration.__itruediv__

TimeDuration.__itruediv__(other)[source]

The augmented arithmetic assignment /= (true division)

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