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