Module phonebook :: Class EntryMatcher
[hide private]
[frames] | no frames]

Class EntryMatcher

source code

Implements matching phonebook entries

Instance Methods [hide private]
 
__init__(self, sources, against) source code
 
bestmatches(self, sourceid, limit=5)
Gives best matches out of against list
source code
Method Details [hide private]

bestmatches(self, sourceid, limit=5)

source code 

Gives best matches out of against list

Returns:
list of tuples of (percent match, againstid)