Searched refs:find_selection (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DSearchDialog.py20 def find_selection(text): function
21 return _setup(text).find_selection(text)
63 def find_selection(self, text): member in class:SearchDialog
H A DEditorWindow.py628 SearchDialog.find_selection(self.text)
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_search.py68 self.assertTrue(self.dialog.find_selection(text))
72 self.assertTrue(self.dialog.find_selection(text))
76 self.assertTrue(self.dialog.find_selection(text))
/external/python/cpython3/Lib/idlelib/
H A Dsearch.py23 def find_selection(text): function
25 return _setup(text).find_selection(text)
68 def find_selection(self, text): member in class:SearchDialog
H A Deditor.py557 search.find_selection(self.text)

Completed in 95 milliseconds