Lines Matching refs:Bdb
8 * 'expect_tuple' describes the expected current state of the Bdb instance.
10 * 'set_tuple' defines the set_*() method to be invoked when the Bdb
43 be the type of one of the Bdb set methods: 'step', 'next',
45 of the set methods added by test_bdb.Bdb: 'ignore', 'enable',
66 class BdbError(BdbException): """Error raised by the Bdb instance."""
100 class Bdb(_bdb.Bdb):
101 """Extend Bdb to enhance test coverage."""
164 class Tracer(Bdb):
747 bdb = Bdb(skip=['anything*'])
963 db1 = Bdb()
968 db2 = Bdb()
978 db3 = Bdb()
987 db4 = Bdb()
995 db5 = Bdb()
1210 Bdb().format_stack_entry((sys._getframe(), None)))