Home | History | Annotate | Download | only in python2.7

Lines Matching defs:search

16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
537 match = pattern.search(text, here)
1911 Enter any module name to get more help. Or, type "modules spam" to search
2108 self.search_lbl = Tkinter.Label(self.search_frm, text='Search for')
2110 self.search_ent.bind('<Return>', self.search)
2186 def search(self, event=None):
2217 self.search_lbl.config(text='Search for')
2345 Search for a keyword in the synopsis lines of all available modules.