Home
last modified time | relevance | path

Searched defs:get_close_matches (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddifflib.py701 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
/external/python/cpython3/Lib/
Ddifflib.py698 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function