Home
last modified time | relevance | path

Searched refs:get_close_matches (Results 26 – 50 of 238) sorted by relevance

12345678910

/dports/textproc/py-isbntools/isbntools-4.3.28/isbntools/bin/
H A Dren.py6 from difflib import get_close_matches
55 match = get_close_matches(service, providers)
/dports/misc/py-toil/toil-5.4.0/src/toil/provisioners/
H A D__init__.py15 from difflib import get_close_matches
145 close = get_close_matches(instance_type_name, regionDict[current_region], 1)
/dports/textproc/py-ttp/ttp-0.8.1/ttp/utils/
H A Dguess.py5 return difflib.get_close_matches(word, possibilities, n=count, cutoff=cutoff)
/dports/misc/thefuck/thefuck-3.31/thefuck/
H A Dutils.py9 from difflib import get_close_matches as difflib_get_close_matches
100 def get_close_matches(word, possibilities, n=None, cutoff=0.6): function
169 new_cmds = get_close_matches(broken, matched, cutoff=0.1)
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/extra/
H A Dcli.py46 from difflib import get_close_matches
108 matches = get_close_matches(funcname, public_names)
/dports/devel/awscli/awscli-1.20.61/awscli/
H A Dargparser.py16 from difflib import get_close_matches
92 possible = get_close_matches(value, action.choices, cutoff=0.8)
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Drenderers.py22 from difflib import get_close_matches
167get_close_matches(term[0], self.data_source.column_names, n=1) for term in missing_values]]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Ddifflib.pyi48 def get_close_matches( # type: ignore
52 def get_close_matches(
/dports/mail/py-flanker/flanker-0.9.11/flanker/addresslib/
H A Dcorrector.py28 guess = difflib.get_close_matches(word, MOST_COMMON_DOMAINS, n=1, cutoff=cutoff)
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/similar-1.3.0/
H A DCHANGELOG.md70 * Change `get_close_matches` to use Python's quick ratio optimization
78 * Added `get_close_matches`.
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/similar-1.3.0/
H A DCHANGELOG.md70 * Change `get_close_matches` to use Python's quick ratio optimization
78 * Added `get_close_matches`.
/dports/lang/gleam/gleam-0.18.2/cargo-crates/similar-1.3.0/
H A DCHANGELOG.md70 * Change `get_close_matches` to use Python's quick ratio optimization
78 * Added `get_close_matches`.
/dports/devel/texlab/texlab-3.3.0/cargo-crates/similar-1.3.0/
H A DCHANGELOG.md70 * Change `get_close_matches` to use Python's quick ratio optimization
78 * Added `get_close_matches`.
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/click_didyoumean/
H A D__init__.py37 matches = difflib.get_close_matches(original_cmd_name,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click_didyoumean/
H A D__init__.py37 matches = difflib.get_close_matches(original_cmd_name,
/dports/sysutils/conan/conan-1.44.0/conans/cli/
H A Dcli.py7 from difflib import get_close_matches
79 matches = get_close_matches(
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Ddifflib.pyi54 def get_close_matches( # type: ignore
58 def get_close_matches(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cr/cr/actions/
H A Dbuilder.py64 return difflib.get_close_matches(target_name, self.GetTargets(), 10, 0.4)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cr/cr/actions/
H A Dbuilder.py64 return difflib.get_close_matches(target_name, self.GetTargets(), 10, 0.4)
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/difflib-0.4.0/examples/
H A Dexample.rs39 let result = difflib::get_close_matches("appel", words, 3, 0.6); in main()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/difflib-0.4.0/examples/
H A Dexample.rs39 let result = difflib::get_close_matches("appel", words, 3, 0.6); in main()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/difflib-0.4.0/examples/
H A Dexample.rs39 let result = difflib::get_close_matches("appel", words, 3, 0.6); in main()
/dports/devel/grex/grex-1.3.0/cargo-crates/difflib-0.4.0/examples/
H A Dexample.rs39 let result = difflib::get_close_matches("appel", words, 3, 0.6); in main()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/difflib/examples/
H A Dexample.rs39 let result = difflib::get_close_matches("appel", words, 3, 0.6); in main()
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/difflib-0.4.0/examples/
H A Dexample.rs39 let result = difflib::get_close_matches("appel", words, 3, 0.6); in main()

12345678910