MCPcopy Create free account
hub / github.com/ipython/ipython / reset_search_buffer

Function reset_search_buffer

IPython/terminal/shortcuts.py:190–194  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

188
189
190def reset_search_buffer(event):
191 if event.current_buffer.document.text:
192 event.current_buffer.reset()
193 else:
194 event.app.layout.focus(DEFAULT_BUFFER)
195
196def suspend_to_bg(event):
197 event.app.suspend_to_background()

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected