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

Function up_and_update_hint

IPython/terminal/shortcuts/auto_suggest.py:548–553  ·  view source on GitHub ↗

Go up and update hint

(event: KeyPressEvent)

Source from the content-addressed store, hash-verified

546
547
548def up_and_update_hint(event: KeyPressEvent):
549 """Go up and update hint"""
550 current_buffer = event.current_buffer
551
552 current_buffer.auto_up(count=event.arg)
553 _update_hint(current_buffer)
554
555
556def down_and_update_hint(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…