tree_path_to_entry

@accepts(Gtk.TreePath)
@returns(RB.RhythmDBEntry)
def tree_path_to_entry(path)

Locates the RB.RhythmDBEntry identified by the specified path in the model. The caller owns a reference to the returned entry.

path :

a GtkTreePath

Returns :

the RB.RhythmDBEntry, if any