@accepts(RB.RhythmDBEntry) @returns(none) def append(entry)
Adds a new entry to the end of the history list. If a size limit is set, an entry may be removed from the start to keep the history list within the limit.
entry : |
a RB.RhythmDBEntry to append |