Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_bdb.py64 class BdbException(Exception): pass class
65 class BdbError(BdbException): """Error raised by the Bdb instance."""
66 class BdbSyntaxError(BdbException): """Syntax error in the test case."""
67 class BdbNotExpectedError(BdbException): """Unexpected result."""
193 except BdbException as e: