get_next_from_entry

@accepts(RB.RhythmDBEntry)
@returns(RB.RhythmDBEntry)
def get_next_from_entry(entry)

Locates and returns the next RB.RhythmDBEntry in the model after the specified entry. The caller owns a reference to the returned entry.

entry :

a RB.RhythmDBEntry

Returns :

the next RB.RhythmDBEntry in the model, if any