Searched refs:ArgumentTypeMultiException (Results 1 – 4 of 4) sorted by relevance
10 from crossbench.exception import (ArgumentTypeMultiException, Entry,63 with self.assertRaises(ArgumentTypeMultiException) as cm:77 with self.assertRaises(ArgumentTypeMultiException) as cm:95 with self.assertRaises(ArgumentTypeMultiException) as cm:
322 class ArgumentTypeMultiException(MultiException, argparse.ArgumentTypeError): class336 throw_cls=ArgumentTypeMultiException)
15 from crossbench.exception import ArgumentTypeMultiException204 with self.assertRaises(ArgumentTypeMultiException) as cm:
14 from crossbench.exception import ArgumentTypeMultiException22 with self.assertRaises(ArgumentTypeMultiException) as cm: