Searched refs:BdbQuit (Results 1 – 3 of 3) sorted by relevance
13 class BdbQuit(Exception): class115 if self.quitting: raise BdbQuit137 if self.quitting: raise BdbQuit156 if self.quitting: raise BdbQuit176 if self.quitting: raise BdbQuit185 if self.quitting: raise BdbQuit598 except BdbQuit:618 except BdbQuit:641 except BdbQuit:
16 .. exception:: BdbQuit138 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 set162 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set248 Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` in
22945 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,