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

Class BdbSyntaxError

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

Syntax error in the test case.

Source from the content-addressed store, hash-verified

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
70# When 'dry_run' is set to true, expect tuples are ignored and the actual

Callers 2

check_expect_max_sizeMethod · 0.85
next_set_methodMethod · 0.85

Calls

no outgoing calls

Tested by 2

check_expect_max_sizeMethod · 0.68
next_set_methodMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…