cf.Coordinate.copy

Coordinate.copy(_omit_Data=False, _only_Data=False)[source]

Return a deep copy.

Equivalent to copy.deepcopy(c).

Returns :
out :

The deep copy.

Examples

>>> d = c.copy()

Previous topic

cf.Coordinate.contiguous

Next topic

cf.Coordinate.cos

This Page