Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_argparse.py2086 self._test_mutex_ab(self.ab_mutex_parent.parse_args)
2088 self._test_mutex_ab(parser.parse_args)
2094 self._test_mutex_ab(parser.parse_args)
2096 def _test_mutex_ab(self, parse_args): member in TestParentParsers
/external/python/cpython3/Lib/test/
Dtest_argparse.py2346 self._test_mutex_ab(self.ab_mutex_parent.parse_args)
2348 self._test_mutex_ab(parser.parse_args)
2354 self._test_mutex_ab(parser.parse_args)
2356 def _test_mutex_ab(self, parse_args): member in TestParentParsers