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

Function _update_hint

IPython/terminal/shortcuts/auto_suggest.py:528–531  ·  view source on GitHub ↗
(buffer: Buffer)

Source from the content-addressed store, hash-verified

526
527
528def _update_hint(buffer: Buffer):
529 if buffer.auto_suggest:
530 suggestion = buffer.auto_suggest.get_suggestion(buffer, buffer.document)
531 buffer.suggestion = suggestion
532
533
534def backspace_and_resume_hint(event: KeyPressEvent):

Callers 4

resume_hintingFunction · 0.85
up_and_update_hintFunction · 0.85
down_and_update_hintFunction · 0.85

Calls 1

get_suggestionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…