MCPcopy Index your code
hub / github.com/python/cpython / BdbError

Class BdbError

Lib/test/test_bdb.py:66–66  ·  view source on GitHub ↗

Error raised by the Bdb instance.

Source from the content-addressed store, hash-verified

64
65class BdbException(Exception): pass
66class BdbError(BdbException): """Error raised by the Bdb instance."""
67class BdbSyntaxError(BdbException): """Syntax error in the test case."""
68class BdbNotExpectedError(BdbException): """Unexpected result."""
69

Callers 4

set_breakMethod · 0.85
set_clearMethod · 0.85
set_upMethod · 0.85
set_downMethod · 0.85

Calls

no outgoing calls

Tested by 4

set_breakMethod · 0.68
set_clearMethod · 0.68
set_upMethod · 0.68
set_downMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…