Searched refs:_match_abbrev (Results 1 – 2 of 2) sorted by relevance
25 from optparse import _match_abbrev1601 self.assertEqual(_match_abbrev("--f",1612 _match_abbrev, (s, wordmap), None,
1465 return _match_abbrev(opt, self._long_opt)1652 def _match_abbrev(s, wordmap): function