MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / show_replace

Function show_replace

tools/python-3.11.9-amd64/Lib/idlelib/replace.py:286–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 text.focus_set()
285
286 def show_replace():
287 text.tag_add(SEL, "1.0", END)
288 replace(text)
289 text.tag_remove(SEL, "1.0", END)
290
291 button = Button(frame, text="Replace", command=show_replace)
292 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