A Python reference implementation of the CF data model
Constructs.
shallow_copy
Return a shallow copy.
copy.copy(f) is equivalent to f.shallow_copy().
copy.copy(f)
f.shallow_copy()
New in version (cfdm): 1.7.0
The shallow copy.
Examples:
>>> g = f.shallow_copy()