Home
last modified time | relevance | path

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

/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)