A Python interface to the UDUNITS-2 library with CF extensions
Units.
copy
Returns a deep copy.
Equivalent to copy.deepcopy(u).
copy.deepcopy(u)
The deep copy.
Examples
>>> u = Units('decibel') >>> v = u.copy() >>> v <Units: decibel>