Home
last modified time | relevance | path

Searched refs:BdbQuit (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dbdb.py13 class BdbQuit(Exception): class
115 if self.quitting: raise BdbQuit
137 if self.quitting: raise BdbQuit
156 if self.quitting: raise BdbQuit
176 if self.quitting: raise BdbQuit
185 if self.quitting: raise BdbQuit
598 except BdbQuit:
618 except BdbQuit:
641 except BdbQuit:
/third_party/python/Doc/library/
Dbdb.rst16 .. exception:: BdbQuit
138 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set
146 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set
154 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set
162 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set
248 Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` in
/third_party/python/Misc/
DHISTORY22945 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,