cf.CellMethods.copy

CellMethods.copy()[source]

Return a deep copy.

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

Returns :
out :

The deep copy.

Examples

>>> gl = fl.copy()

Previous topic

cf.CellMethods.reverse

Next topic

cf.CellMethods.dump

This Page