bundles / IPython 9.10.0 / IPython / terminal / shortcuts / auto_suggest / NavigableAutoSuggestFromHistory
ABCMeta
IPython.terminal.shortcuts.auto_suggest:NavigableAutoSuggestFromHistory
Signature
def NavigableAutoSuggestFromHistory ( ) Members
-
__annotate__ -
__init__ -
_cancel_running_llm_task -
_dismiss -
_find_match -
_find_next_match -
_find_previous_match -
_trigger_llm -
_trigger_llm_core -
<lambda> -
connect -
disconnect -
down -
get_suggestion -
reset_history_position -
up
Summary
A subclass of AutoSuggestFromHistory that allow navigation to next/previous suggestion from history. To do so it remembers the current position, but it state need to carefully be cleared on the right events.
Aliases
-
IPython.terminal.interactiveshell.NavigableAutoSuggestFromHistory