cf
Query.
copy
Return a deep copy.
q.copy() is equivalent to copy.deepcopy(q).
q.copy()
copy.deepcopy(q)
The deep copy.
>>> r = q.copy()
cf.Query.addattr
cf.Query.dump