cf.CellMethods.copy

CellMethods.copy()[source]

Return a deep copy.

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

Returns:
out :

The deep copy.

Examples:
>>> d = c.copy()