Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dgrep.py208 def show_grep_dialog(): function
213 button = Button(frame, text="Show GrepDialog", command=show_grep_dialog)
/external/python/cpython2/Lib/idlelib/
DGrepDialog.py145 def show_grep_dialog(): function
150 button = Button(root, text="Show GrepDialog", command=show_grep_dialog)