Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DSearchDialog.py78 def show_find(): function
84 button = Button(root, text="Search", command=show_find)
/external/python/cpython3/Lib/idlelib/
Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)