Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dbdb.py10 class BdbQuit(Exception): class
68 if self.quitting: raise BdbQuit
81 if self.quitting: raise BdbQuit
91 if self.quitting: raise BdbQuit
97 if self.quitting: raise BdbQuit
401 except BdbQuit:
419 except BdbQuit:
437 except BdbQuit:
/external/python/cpython2/Doc/library/
Dbdb.rst16 .. exception:: BdbQuit
130 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set
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
240 Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` in
/external/python/cpython2/Misc/
DHISTORY5561 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,