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

Function show_find

Lib/idlelib/search.py:151–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 text.insert("insert","This is a sample string.\n"*5)
150
151 def show_find():
152 text.tag_add('sel', '1.0', 'end')
153 _setup(text).open(text)
154 text.tag_remove('sel', '1.0', 'end')
155
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
157 button.pack()

Callers

nothing calls this directly

Calls 4

tag_addMethod · 0.80
_setupFunction · 0.70
openMethod · 0.45
tag_removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…