cfdm.core.CoordinateConversion.__deepcopy__¶
-
CoordinateConversion.
__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)