entry_lookup_by_location

@accepts(utf8)
@returns(RB.RhythmDBEntry)
def entry_lookup_by_location(uri)

Looks up the entry with location @uri.

uri :

the URI of the entry to lookup.

Returns :

the entry with location @uri, or NULL if no such entry exists.