cf.FieldList.copy

FieldList.copy()[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.FieldList.coords

Next topic

cf.FieldList.cos

This Page