cf.TimeDuration.__truediv__

TimeDuration.__truediv__(other)[source]

The binary arithmetic operation / (true division)

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