Lines Matching refs:shell
80 self.shell = shell = self.flist.open_shell()
81 saved_stream = shell.get_warning_stream()
82 shell.set_warning_stream(shell.stderr)
107 shell.set_warning_stream(saved_stream)
116 sure the shell is active and then transfer the arguments, set
136 run_args = CustomRun(self.shell.text, title,
141 interp = self.shell.interp
164 # go to __stderr__. With subprocess, they go to the shell.