cf.Units.copy

Units.copy()[source]

Return a deep copy.

Equivalent to copy.deepcopy(u).

Returns:
out :

The deep copy.

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