Searched refs:show_find (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DSearchDialog.py78 def show_find(): function in function:_search_dialog
84 button = Button(root, text="Search", command=show_find)
/external/python/cpython3/Lib/idlelib/
H A Dsearch.py88 def show_find(): function in function:_search_dialog
93 button = Button(box, text="Search (selection ignored)", command=show_find)

Completed in 59 milliseconds