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

Function down_and_update_hint

IPython/terminal/shortcuts/auto_suggest.py:556–561  ·  view source on GitHub ↗

Go down and update hint

(event: KeyPressEvent)

Source from the content-addressed store, hash-verified

554
555
556def down_and_update_hint(event: KeyPressEvent):
557 """Go down and update hint"""
558 current_buffer = event.current_buffer
559
560 current_buffer.auto_down(count=event.arg)
561 _update_hint(current_buffer)
562
563
564def accept_token(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…