Lines Matching refs:flist
27 def __init__(self, flist, name, path, _htest=False): argument
35 file_open = PyShell.flist.open
39 self.init(flist)
45 def init(self, flist): argument
46 self.flist = flist
50 self.top = top = ListedToplevel(flist.root)
55 (flist.root.winfo_rootx(), flist.root.winfo_rooty() + 200))
98 PyShell.flist.open(self.file)
229 flist = PyShell.PyShellFileList(parent)
231 file_open = flist.open
232 ClassBrowser(flist, name, [dir], _htest=True)