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()