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()

Previous topic

cf.CellMethods.within

Next topic

cf.CellMethods.dump

This Page