Lines Matching refs:shell
396 shell: PyShell = None
417 if cls.shell is not None:
418 cls.shell.executing = False
419 cls.shell.close()
420 cls.shell = None
428 cls.shell = cls.flist.open_shell()
429 cls.shell.pollinterval = 10
431 cls.n_preface_lines = get_lineno(cls.shell.text, 'end-1c') - 1
435 cls.shell.per.bottom.delete(f'{cls.n_preface_lines+1}.0', 'end-1c')
436 cls.shell.shell_sidebar.update_sidebar()
445 if sys.stdout != self.shell.stdout:
447 sys.stdout = self.shell.stdout
456 canvas = self.shell.shell_sidebar.canvas
466 self.shell.shell_sidebar.update_sidebar()
473 text = self.shell.text
484 canvas = self.shell.shell_sidebar.canvas
496 shell = self.shell
497 text = shell.text
550 shell = self.shell
551 text = shell.text
563 shell.squeezer.expandingbuttons[0].expand()
570 text = self.shell.text
617 swap_attr(self.shell, 'squeezer', None):
623 sidebar = self.shell.shell_sidebar
649 sidebar = self.shell.shell_sidebar
682 sidebar = self.shell.shell_sidebar
683 text = self.shell.text
685 # Enter a 100-line string to scroll the shell screen down.
708 sidebar = self.shell.shell_sidebar
709 text = self.shell.text
733 sidebar = self.shell.shell_sidebar
734 text = self.shell.text