Lines Matching refs:flist
132 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
176 debug = self.flist.pyshell.interp.debugger
204 debug = self.flist.pyshell.interp.debugger
219 debug = self.flist.pyshell.interp.debugger
461 self.rpcclt.register("flist", self.tkconsole.flist)
868 def __init__(self, flist=None): argument
874 if flist is None:
878 flist = PyShellFileList(root)
880 OutputWindow.__init__(self, flist, None, None)
1032 self.flist.pyshell = None
1263 StackBrowser(self.root, self.flist)
1406 global flist, root, use_subprocess
1509 flist = PyShellFileList(root)
1510 macosx.setupApp(root, flist)
1515 if flist.open(filename) is None:
1519 flist.new()
1522 shell = flist.open_shell()
1525 if macosx.isAquaTk() and flist.dict:
1532 shell = flist.pyshell
1571 while flist.inversedict: # keep IDLE running while files are open.