Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_xmlrpc.py364 class DispatchExc(Exception): class in SimpleXMLRPCDispatcherTestCase
376 raise self.DispatchExc(params)
380 with self.assertRaises(self.DispatchExc) as exc_ctx:
395 raise SimpleXMLRPCDispatcherTestCase.DispatchExc(params)
399 with self.assertRaises(self.DispatchExc) as exc_ctx:
415 raise SimpleXMLRPCDispatcherTestCase.DispatchExc(
420 with self.assertRaises(self.DispatchExc) as exc_ctx:

Completed in 2 milliseconds