Home | History | Annotate | Download | only in Lib

Lines Matching defs:Restart

18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
1097 Restart the debugged python program. If a string is supplied, it is
1100 "restart" is an alias for "run"."""
1309 # changed by the user from the command line. There is a "restart" command
1318 except Restart:
1331 print "Running 'cont' or 'step' will restart the program"