Searched refs:BdbQuit (Results 1 – 3 of 3) sorted by relevance
10 class BdbQuit(Exception): class68 if self.quitting: raise BdbQuit81 if self.quitting: raise BdbQuit91 if self.quitting: raise BdbQuit97 if self.quitting: raise BdbQuit401 except BdbQuit:419 except BdbQuit:437 except BdbQuit:
16 .. exception:: BdbQuit130 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set138 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set146 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set154 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set240 Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` in
5561 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,