cf.Quantization.copy¶
- Quantization.copy()[source]¶
Return a deep copy.
f.copy()is equivalent tocopy.deepcopy(f).Added in version (cfdm): 1.7.0
- Returns:
QuantizationThe deep copy.
Examples
>>> f = cf.Quantization() >>> g = f.copy()
Return a deep copy.
f.copy() is equivalent to copy.deepcopy(f).
Added in version (cfdm): 1.7.0
QuantizationThe deep copy.
Examples
>>> f = cf.Quantization()
>>> g = f.copy()