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

Function resume_hinting

IPython/terminal/shortcuts/auto_suggest.py:540–545  ·  view source on GitHub ↗

Resume autosuggestions

(event: KeyPressEvent)

Source from the content-addressed store, hash-verified

538
539
540def resume_hinting(event: KeyPressEvent):
541 """Resume autosuggestions"""
542 pass_through.reply(event)
543 # Order matters: if update happened first and event reply second, the
544 # suggestion would be auto-accepted if both actions are bound to same key.
545 _update_hint(event.current_buffer)
546
547
548def up_and_update_hint(event: KeyPressEvent):

Callers

nothing calls this directly

Calls 2

_update_hintFunction · 0.85
replyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…