cf.CoordinateBounds.copy

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

Return a deep copy.

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

Returns :
out :

The deep copy.

Examples

>>> g = f.copy()

Previous topic

cf.CoordinateBounds.close

Next topic

cf.CoordinateBounds.cos

This Page