cf.Quantization.__deepcopy__¶
-
Quantization.__deepcopy__(memo)[source]¶ Called by the
copy.deepcopyfunction.x.__deepcopy__() <==> copy.deepcopy(x)
New in version (cfdm): 1.7.0
Examples
>>> import copy >>> f = cf.Quantization() >>> g = copy.deepcopy(f)