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

Method close

Lib/idlelib/replace.py:253–257  ·  view source on GitHub ↗

Close the dialog and remove hit tags.

(self, event=None)

Source from the content-addressed store, hash-verified

251 text.update_idletasks()
252
253 def close(self, event=None):
254 "Close the dialog and remove hit tags."
255 SearchDialogBase.close(self, event)
256 self.text.tag_remove("hit", "1.0", "end")
257 self.insert_tags = None
258
259
260def _replace_dialog(parent): # htest #

Callers 1

replace_allMethod · 0.95

Calls 1

tag_removeMethod · 0.45

Tested by

no test coverage detected