MCPcopy
hub / github.com/Textualize/toolong / input_submitted

Method input_submitted

src/toolong/find_dialog.py:136–138  ·  view source on GitHub ↗
(self, event: Input.Changed)

Source from the content-addressed store, hash-verified

134
135 @on(Input.Submitted)
136 def input_submitted(self, event: Input.Changed) -> None:
137 event.stop()
138 self.post_message(self.SelectLine())
139
140 def post_update(self) -> None:
141 update = FindDialog.Update(

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected