HomeSort by relevance Sort by last modified time
    Searched refs:searchphrase (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 19 searchphrase = text.get("sel.first", "sel.last")
20 dialog.open(text, searchphrase, io)
34 def open(self, text, searchphrase, io=None):
35 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 47 def open(self, text, searchphrase=None):
55 if searchphrase:
57 self.ent.insert("end",searchphrase)
  /external/python/cpython3/Lib/idlelib/
grep.py 35 searchphrase = text.get("sel.first", "sel.last")
36 dialog.open(text, searchphrase, io)
62 def open(self, text, searchphrase, io=None):
64 SearchDialogBase.open(self, text, searchphrase)
searchbase.py 49 def open(self, text, searchphrase=None):
57 if searchphrase:
59 self.ent.insert("end",searchphrase)
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 55 self.dialog.open('text', searchphrase="hello")
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 56 self.dialog.open('text', searchphrase="hello")

Completed in 158 milliseconds