Lines Matching refs:pyshell
62 def __init__(self, pyshell, idb=None):
65 self.pyshell = pyshell
122 # Clean up pyshell if user clicked debugger control close widget.
124 # toggled debugger from pyshell Debug menu)
125 self.pyshell.close_debugger()
130 pyshell = self.pyshell
131 self.flist = pyshell.flist
132 self.root = root = pyshell.root
353 lv.load_dict(ldict, force, self.pyshell.interp.rpcclt)
355 gv.load_dict(gdict, force, self.pyshell.interp.rpcclt)
368 for editwin in self.pyshell.flist.inversedict: