Lines Matching defs:subprocess
34 import subprocess
182 try: # update the subprocess debugger
245 # run, and since self.breakpoints (from which the subprocess
247 # breaks stay synched with the subprocess even if one of these
433 self.rpcsubproc = subprocess.Popen(self.subprocess_arglist)
494 # close only the subprocess debugger
498 # Only close subprocess debugger, don't unregister gui_adap!
502 # Kill subprocess, spawn a new one, accept connection.
524 # restart subprocess debugger
556 "Make sure subprocess is terminated"
590 # lost connection or subprocess terminated itself, restart
632 This method is called from the subprocess, and by returning from this
633 method we allow the subprocess to unblock. After a bit the shell
634 requests the subprocess to open the remote stack viewer which returns a
824 "subprocess and refer to Help/IDLE Help 'Running without a "
825 "subprocess' for further details.",
831 "IDLE's subprocess didn't make connection.\n"
1473 -n run IDLE without a subprocess (DEPRECATED,
1556 print(" Warning: running IDLE without a subprocess is deprecated.",