cf.TimeDuration.__idiv__

TimeDuration.__idiv__(other)[source]

The augmented arithmetic assignment /=

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