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