cf.TimeDuration.__add__

TimeDuration.__add__(other)[source]

The binary arithmetic operation +

x.__add__(y) <==> x + y

New in version 1.4.