cfdm.core.CoordinateReference.__deepcopy__

CoordinateReference.__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 = cfdm.core.CoordinateReference()
>>> g = copy.deepcopy(f)