@accepts(RB.RhythmDBQuery, RB.RhythmDBEntry) @returns(gboolean) def evaluate_query(query, entry)
Evaluates the given entry against the given query.
query : |
a query. |
entry : |
a @RhythmDBEntry. |
Returns : |
whether the given entry matches the criteria of the given query. |