Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_search.py66 self.assertTrue(self.dialog.find_selection(text))
70 self.assertTrue(self.dialog.find_selection(text))
74 self.assertTrue(self.dialog.find_selection(text))
/external/python/cpython2/Lib/idlelib/
DSearchDialog.py20 def find_selection(text): function
21 return _setup(text).find_selection(text)
63 def find_selection(self, text): member in SearchDialog
DEditorWindow.py628 SearchDialog.find_selection(self.text)
/external/python/cpython3/Lib/idlelib/
Dsearch.py49 def find_selection(text): function
59 return _setup(text).find_selection(text)
121 def find_selection(self, text): member in SearchDialog
DREADME.txt153 Find Selection # eEW.find_selection_event, sSD.find_selection
Deditor.py669 search.find_selection(self.text)