Home | History | Annotate | Download | only in idlelib

Lines Matching refs:pyshell

55     def __init__(self, pyshell, idb=None):
58 self.pyshell = pyshell
77 # Clean up pyshell if user clicked debugger control close widget.
79 # toggled debugger from pyshell Debug menu)
80 self.pyshell.close_debugger()
85 pyshell = self.pyshell
86 self.flist = pyshell.flist
87 self.root = root = pyshell.root
299 lv.load_dict(ldict, force, self.pyshell.interp.rpcclt)
301 gv.load_dict(gdict, force, self.pyshell.interp.rpcclt)
314 pyshell_edit_windows = self.pyshell.flist.inversedict.keys()