cf.FieldList.copy

FieldList.copy()[source]

Return a deep copy.

Equivalent to copy.deepcopy(s).

Returns :
out :

The deep copy.

Examples

>>> s.copy()

Previous topic

cf.FieldList.coord

Next topic

cf.FieldList.count

This Page