Home
last modified time | relevance | path

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

/third_party/python/Lib/
Doptparse.py1652 def _match_abbrev(s, wordmap): argument
1660 if s in wordmap:
1664 possibilities = [word for word in wordmap.keys()
/third_party/python/Lib/test/
Dtest_optparse.py1610 wordmap = {"--foz": None, "--foo": None, "--fie": None}
1612 _match_abbrev, (s, wordmap), None,