Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_argparse.py6545 def do_test_invalid_exception(self, nargs): member in TestInvalidNargs
6554 self.do_test_invalid_exception(nargs='a')
6555 self.do_test_invalid_exception(nargs="abcd")