Home | History | Annotate | Download | only in Lib

Lines Matching defs:BdbQuit

8 __all__ = ["BdbQuit", "Bdb", "Breakpoint"]
10 class BdbQuit(Exception):
67 if self.quitting: raise BdbQuit
83 if self.quitting: raise BdbQuit
96 if self.quitting: raise BdbQuit
110 if self.quitting: raise BdbQuit
119 if self.quitting: raise BdbQuit
432 except BdbQuit:
448 except BdbQuit:
466 except BdbQuit: