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

  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 145 def show_grep_dialog(): function in function:_grep_dialog
150 button = Button(root, text="Show GrepDialog", command=show_grep_dialog)
  /external/python/cpython3/Lib/idlelib/
grep.py 190 def show_grep_dialog(): function in function:_grep_dialog
195 button = Button(frame, text="Show GrepDialog", command=show_grep_dialog)

Completed in 745 milliseconds