Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_optparse.py25 from optparse import _match_abbrev
1601 self.assertEqual(_match_abbrev("--f",
1612 _match_abbrev, (s, wordmap), None,
/third_party/python/Lib/
Doptparse.py1465 return _match_abbrev(opt, self._long_opt)
1652 def _match_abbrev(s, wordmap): function