Searched refs:wordmap (Results 1 – 3 of 3) sorted by relevance
1675 def _match_abbrev(s, wordmap): argument1683 if s in wordmap:1687 possibilities = [word for word in wordmap.keys()
1674 def _match_abbrev(s, wordmap): argument1682 if s in wordmap:1686 possibilities = [word for word in wordmap.keys()
1572 wordmap = {"--foz": None, "--foo": None, "--fie": None}1574 _match_abbrev, (s, wordmap), None,