Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py2541 self._test_mutex_ab(self.ab_mutex_parent.parse_args)
2543 self._test_mutex_ab(parser.parse_args)
2549 self._test_mutex_ab(parser.parse_args)
2551 def _test_mutex_ab(self, parse_args): member in TestParentParsers