cf.TimeDuration.__imod__

TimeDuration.__imod__(other)[source]

The augmented arithmetic assignment %=

x.__imod__(y) <==> x%=y