Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_bdb.py65 class BdbError(BdbException): """Error raised by the Bdb instance.""" class
123 raise BdbError(res)
147 raise BdbError(err)
152 raise BdbError('Oldest frame')
159 raise BdbError('Newest frame')
746 self.assertRaises(BdbError, tracer.runcall, tfunc_main)
766 self.assertRaises(BdbError, tracer.runcall, tfunc_import)
779 self.assertRaises(BdbError, tracer.runcall, tfunc_import)
949 self.assertRaises(BdbError, tracer.runcall, tfunc_import)