You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.11.0 / IPython / terminal / shortcuts / auto_suggest / NavigableAutoSuggestFromHistory

ABCMeta

IPython.terminal.shortcuts.auto_suggest:NavigableAutoSuggestFromHistory

source: /IPython/terminal/shortcuts/auto_suggest.py :160

Signature

def   NavigableAutoSuggestFromHistory ( )

Members

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