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

Method find_it

Lib/idlelib/replace.py:86–88  ·  view source on GitHub ↗

Handle the Find button.

(self, event=None)

Source from the content-addressed store, hash-verified

84 self.make_button("Replace All", self.replace_all)
85
86 def find_it(self, event=None):
87 "Handle the Find button."
88 self.do_find(False)
89
90 def replace_it(self, event=None):
91 """Handle the Replace button.

Callers 1

test_replace_simpleMethod · 0.80

Calls 1

do_findMethod · 0.95

Tested by 1

test_replace_simpleMethod · 0.64