Home
last modified time | relevance | path

Searched refs:searchphrase (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
Dgrep.py39 searchphrase = text.get("sel.first", "sel.last")
40 dialog.open(text, searchphrase, io)
90 def open(self, text, searchphrase, io=None): argument
101 SearchDialogBase.open(self, text, searchphrase)
Dsearchbase.py51 def open(self, text, searchphrase=None): argument
60 if searchphrase:
62 self.ent.insert("end",searchphrase)
/third_party/python/Lib/idlelib/idle_test/
Dtest_searchbase.py57 self.dialog.open(text, searchphrase="hello")