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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 14 searchphrase = text.get("sel.first", "sel.last")
15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None):
30 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 14 def open(self, text, searchphrase=None):
21 if searchphrase:
23 self.ent.insert("end",searchphrase)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 14 searchphrase = text.get("sel.first", "sel.last")
15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None):
30 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 14 def open(self, text, searchphrase=None):
21 if searchphrase:
23 self.ent.insert("end",searchphrase)

Completed in 79 milliseconds