Home
last modified time | relevance | path

Searched refs:ArgumentParserError (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_argparse.py124 class ArgumentParserError(Exception): class
142 # use it as the ArgumentParserError message
165 raise ArgumentParserError(
283 with tester.assertRaises(ArgumentParserError, msg=args):
1971 raise ArgumentParserError('opt_action failed: %s' % e)
1996 raise ArgumentParserError('arg_action failed: %s' % e)
2049 self.assertRaises(ArgumentParserError, *args, **kwargs)
2202 with self.assertRaises(ArgumentParserError) as excinfo:
2214 with self.assertRaises(ArgumentParserError) as excinfo:
2387 with self.assertRaises(ArgumentParserError) a
[all...]

Completed in 6 milliseconds