Home | History | Annotate | Download | only in idlelib

Lines Matching refs:flist

24     def __init__(self, flist, name, path):
29 self.init(flist)
35 def init(self, flist):
36 self.flist = flist
40 self.top = top = ListedToplevel(flist.root)
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir])