cf.VariableList.copy

VariableList.copy()[source]

Return a deep copy.

Equivalent to copy.deepcopy(s).

Returns :
out :

The deep copy.

Examples

>>> s.copy()

Previous topic

cf.VariableList.append

Next topic

cf.VariableList.count

This Page