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