cfdm.core.ParametersDomainAncillaries.__deepcopy__

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