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

Method find_selection_event

Lib/idlelib/editor.py:670–672  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

668 return "break"
669
670 def find_selection_event(self, event):
671 search.find_selection(self.text)
672 return "break"
673
674 def find_in_files_event(self, event):
675 grep.grep(self.text, self.io, self.flist)

Callers

nothing calls this directly

Calls 1

find_selectionMethod · 0.80

Tested by

no test coverage detected