Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
def
dismiss_completion(event):
177
b = event.current_buffer
178
if
b.complete_state:
179
b.cancel_completion()
180
181
182
def
reset_buffer(event):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected