Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_optparse.py24 from optparse import _match_abbrev
1606 self.assertEqual(_match_abbrev("--f",
1617 _match_abbrev, (s, wordmap), None,
/external/python/cpython2/Lib/
Doptparse.py1478 return _match_abbrev(opt, self._long_opt)
1675 def _match_abbrev(s, wordmap): function