cf.TimeDuration.copy

TimeDuration.copy()[source]

Return a deep copy.

t.copy() is equivalent to copy.deepcopy(t).

New in version 1.0.

Returns:
out:

The deep copy.

Examples:
>>> u = t.copy()