Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py5547 def do_test_invalid_exception(self, nargs): member in TestInvalidNargs
5556 self.do_test_invalid_exception(nargs='a')
5557 self.do_test_invalid_exception(nargs="abcd")