cf.CoordinateBounds.copy

CoordinateBounds.copy(_omit_Data=False, _omit_special=())[source]

Return a deep copy.

Equivalent to copy.deepcopy(f).

Returns :
out :

The deep copy.

Examples

>>> g = f.copy()

Previous topic

cf.CoordinateBounds.clip

Next topic

cf.CoordinateBounds.cos

This Page