Home
last modified time | relevance | path

Searched refs:get_close_matches (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddifflib.py4 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
29 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
111 See also function get_close_matches() in this module, which shows how
666 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
684 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
687 >>> get_close_matches("wheel", _keyword.kwlist)
689 >>> get_close_matches("Apple", _keyword.kwlist)
691 >>> get_close_matches("accept", _keyword.kwlist)

Completed in 4 milliseconds