@accepts(RB.RhythmDBQuery) @returns(RB.RhythmDBQuery) def query_copy(array)
Creates a copy of a query.
It must be freed with rhythmdb_query_free()
array :
the query to copy.
Returns :
a copy of the passed query.