cf.Domain.copy

Domain.copy()[source]

Return a deep copy.

d.copy() is equivalent to copy.deepcopy(d).

Returns :
out :

The deep copy.

Examples

>>> e = d.copy()

Previous topic

cf.Domain.close

Next topic

cf.Domain.data_axes

This Page