do_full_query

@accepts(RB.RhythmDBQueryResults, <varargs>)
@returns(none)
def do_full_query(results, None)

Synchronously evaluates @query, feeding results to @results in chunks. Does not return until the query is complete. This can only be called from the main thread.

FIXME: example

results :

a RB.RhythmDBQueryResults instance to feed results to

None :