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

bundles / IPython 9.12.0 / IPython / terminal / shortcuts / auto_suggest / NavigableAutoSuggestFromHistory / _find_match

function

IPython.terminal.shortcuts.auto_suggest:NavigableAutoSuggestFromHistory._find_match

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

Signature

def   _find_match ( self text : str skip_lines : float history : History previous : bool )  →  Generator[Tuple[str, float], None, None]

Summary

text

text

skip_lines

skip_lines

history

history

previous

previous

Yields

: Tuple with:
: str:

current suggestion.

: float:

will actually yield only ints, which is passed back via skip_lines, which may be a +inf (float)

Aliases

  • IPython.terminal.interactiveshell.NavigableAutoSuggestFromHistory._find_match