Home
last modified time | relevance | path

Searched refs:goto_file_line (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_outwin.py116 self.assertIsNone(w.goto_file_line())
123 self.assertIsNone(w.goto_file_line())
130 self.assertIsNone(w.goto_file_line())
/third_party/python/Lib/idlelib/
Doutwin.py80 self.text.bind("<<goto-file-line>>", self.goto_file_line)
130 def goto_file_line(self, event=None): member in OutputWindow