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

Function show_replace

Lib/idlelib/replace.py:285–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 text.focus_set()
284
285 def show_replace():
286 text.tag_add(SEL, "1.0", END)
287 replace(text)
288 text.tag_remove(SEL, "1.0", END)
289
290 button = Button(frame, text="Replace", command=show_replace)
291 button.pack()

Callers

nothing calls this directly

Calls 3

tag_addMethod · 0.80
replaceFunction · 0.70
tag_removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…