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

Method find_again_event

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

Source from the content-addressed store, hash-verified

664 return "break"
665
666 def find_again_event(self, event):
667 search.find_again(self.text)
668 return "break"
669
670 def find_selection_event(self, event):
671 search.find_selection(self.text)

Callers

nothing calls this directly

Calls 1

find_againMethod · 0.80

Tested by

no test coverage detected