Home
last modified time | relevance | path

Searched refs:_fuzzy_match (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-jedi/jedi-0.18.0/test/test_api/
H A Dtest_completion.py8 from jedi.api.helpers import _start_match, _fuzzy_match
405 assert _fuzzy_match('Condition', 'i')
406 assert not _fuzzy_match('Condition', 'p')
407 assert _fuzzy_match('Condition', 'ii')
408 assert not _fuzzy_match('Condition', 'Ciito')
409 assert _fuzzy_match('Condition', 'Cdiio')
/dports/devel/py-jedi/jedi-0.18.0/jedi/api/
H A Dhelpers.py29 def _fuzzy_match(string, like_name): function
34 return _fuzzy_match(string[pos + 1:], like_name[1:])
40 return _fuzzy_match(string, like_name)
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm5104 sub _fuzzy_match subroutine