Home | History | Annotate | Download | only in python2.7

Lines Matching refs:set_continue

348     def set_continue(self):
349 # Calling set_continue unconditionally would break unit test
350 # coverage reporting, as Bdb.set_continue calls sys.settrace(None).
352 pdb.Pdb.set_continue(self)
1290 self.debugger.set_continue() # ==== Example Finished ====
1296 self.debugger.set_continue() # ==== Example Finished ====