A CF-compliant earth science data analysis library
Constructs.
shallow_copy
Return a shallow copy.
f.shallow_copy() is equivalent to copy.copy(f).
f.shallow_copy()
copy.copy(f)
New in version 1.7.0.
The shallow copy.
Examples:
>>> g = f.shallow_copy()