cfdm.Constant.__deepcopy__

Constant.__deepcopy__(memo)[source]

Called by the copy.deepcopy function.

x.__deepcopy__() <==> copy.deepcopy(x)