MCPcopy Index your code
hub / github.com/python/cpython / show_grep_dialog

Function show_grep_dialog

Lib/idlelib/grep.py:209–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 text.insert('1.0', 'import grep')
208
209 def show_grep_dialog():
210 text.tag_add(SEL, "1.0", '1.end')
211 grep(text, flist=flist)
212 text.tag_remove(SEL, "1.0", '1.end')
213
214 button = Button(frame, text="Show GrepDialog", command=show_grep_dialog)
215 button.pack()

Callers

nothing calls this directly

Calls 3

grepFunction · 0.85
tag_addMethod · 0.80
tag_removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…