Searched refs:show_find (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
H A D | SearchDialog.py | 78 def show_find(): function in function:_search_dialog 84 button = Button(root, text="Search", command=show_find) |
/external/python/cpython3/Lib/idlelib/ | ||
H A D | search.py | 88 def show_find(): function in function:_search_dialog 93 button = Button(box, text="Search (selection ignored)", command=show_find) |
Completed in 59 milliseconds