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

Function dismiss_completion

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

Source from the content-addressed store, hash-verified

174
175
176def dismiss_completion(event):
177 b = event.current_buffer
178 if b.complete_state:
179 b.cancel_completion()
180
181
182def reset_buffer(event):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected