HomeSort by relevance Sort by last modified time
    Searched defs:get_close_matches (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
113 See also function get_close_matches() in this module, which shows how
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
721 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
724 >>> get_close_matches("wheel", _keyword.kwlist)
726 >>> get_close_matches("apple", _keyword.kwlist)
728 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]
  /external/python/cpython2/Lib/
difflib.py 4 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
701 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
719 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
722 >>> get_close_matches("wheel", _keyword.kwlist)
724 >>> get_close_matches("apple", _keyword.kwlist)
726 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]
  /external/python/cpython3/Lib/
difflib.py 4 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
29 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
110 See also function get_close_matches() in this module, which shows how
688 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
706 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
709 >>> get_close_matches("wheel", _keyword.kwlist)
711 >>> get_close_matches("Apple", _keyword.kwlist)
713 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
113 See also function get_close_matches() in this module, which shows how
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
721 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
724 >>> get_close_matches("wheel", _keyword.kwlist)
726 >>> get_close_matches("apple", _keyword.kwlist)
728 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
113 See also function get_close_matches() in this module, which shows how
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
721 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
724 >>> get_close_matches("wheel", _keyword.kwlist)
726 >>> get_close_matches("apple", _keyword.kwlist)
728 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
113 See also function get_close_matches() in this module, which shows how
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
721 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
724 >>> get_close_matches("wheel", _keyword.kwlist)
726 >>> get_close_matches("apple", _keyword.kwlist)
728 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
113 See also function get_close_matches() in this module, which shows how
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6): function
721 >>> get_close_matches("appel", ["ape", "apple", "peach", "puppy"])
724 >>> get_close_matches("wheel", _keyword.kwlist)
726 >>> get_close_matches("apple", _keyword.kwlist)
728 >>> get_close_matches("accept", _keyword.kwlist)
    [all...]

Completed in 344 milliseconds