cf.Query.copy

Query.copy()[source]

Return a deep copy.

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

Returns:
out :

The deep copy.

Examples:
>>> r = q.copy()

Previous topic

cf.Query.addattr

Next topic

cf.Query.dump

This Page