entry_keyword_has

@accepts(RB.RhythmDBEntry, RB.RefString)
@returns(gboolean)
def entry_keyword_has(entry, keyword)

Checks whether a keyword is has been added to an entry.

entry :

a RB.RhythmDBEntry.

keyword :

the keyword to check for.

Returns :

whether the keyword had been added to the entry.