cf.Data.copy

Data.copy()[source]

Return a deep copy.

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

Returns:
out :

The deep copy.

Examples:
>>> e = d.copy()

Previous topic

cf.Data.close

Next topic

cf.Data.cos

This Page