bundles / IPython 9.10.0 / IPython / terminal / shortcuts / auto_suggest / NavigableAutoSuggestFromHistory / _find_match
function
IPython.terminal.shortcuts.auto_suggest:NavigableAutoSuggestFromHistory._find_match
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