Searched refs:wordmap (Results 1 – 2 of 2) sorted by relevance
1652 def _match_abbrev(s, wordmap): argument1660 if s in wordmap:1664 possibilities = [word for word in wordmap.keys()
1610 wordmap = {"--foz": None, "--foo": None, "--fie": None}1612 _match_abbrev, (s, wordmap), None,