Home
last modified time | relevance | path

Searched refs:wordmap (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Doptparse.py1675 def _match_abbrev(s, wordmap): argument
1683 if s in wordmap:
1687 possibilities = [word for word in wordmap.keys()
/external/python/cpython2/Lib/test/
Dtest_optparse.py1615 wordmap = {"--foz": None, "--foo": None, "--fie": None}
1617 _match_abbrev, (s, wordmap), None,