Home
last modified time | relevance | path

Searched refs:gotofileline (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_outwin.py111 gfl = w.flist.gotofileline = Func()
133 del w.flist.gotofileline, w.showerror
/third_party/python/Lib/idlelib/
Doutwin.py155 self.flist.gotofileline(filename, lineno)
Dfilelist.py44 def gotofileline(self, filename, lineno=None): member in FileList
Dstackviewer.py99 self.flist.gotofileline(filename, lineno)
Ddebugger.py259 self.flist.gotofileline(filename, lineno)
DChangeLog145 gotofileline() method defined in FileList.py" --GvR
191 "Delete goodname() method, which is unused. Add gotofileline(), a