A CF-compliant earth science data analysis library
Domain.
copy
Return a deep copy.
d.copy() is equivalent to copy.deepcopy(d).
d.copy()
copy.deepcopy(d)
New in version (cfdm): 1.7.0
See also
fromconstructs
bool
If False then do not copy data. By default data are copied.
Domain
The deep copy.
Examples:
>>> e = d.copy()