cf.Query.copy

Query.copy()[source]

Return a deep copy.

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

Returns

The deep copy.

Examples

>>> r = q.copy()