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

Function backspace_and_resume_hint

IPython/terminal/shortcuts/auto_suggest.py:534–537  ·  view source on GitHub ↗

Resume autosuggestions after deleting last character

(event: KeyPressEvent)

Source from the content-addressed store, hash-verified

532
533
534def backspace_and_resume_hint(event: KeyPressEvent):
535 """Resume autosuggestions after deleting last character"""
536 nc.backward_delete_char(event)
537 _update_hint(event.current_buffer)
538
539
540def resume_hinting(event: KeyPressEvent):

Callers

nothing calls this directly

Calls 1

_update_hintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…