bundles / IPython 9.3.0 / IPython / terminal / shortcuts / auto_suggest / AppendAutoSuggestionInAnyLine
ABCMeta
IPython.terminal.shortcuts.auto_suggest:AppendAutoSuggestionInAnyLine
Signature
def AppendAutoSuggestionInAnyLine ( style : str = class:auto-suggestion ) → None Members
Summary
Append the auto suggestion to lines other than the last (appending to the last line is natively supported by the prompt toolkit).
Extended Summary
This has a private _debug attribute that can be set to True to display debug information as virtual suggestion on the end of any line. You can do so with:
>>> from IPython.terminal.shortcuts.auto_suggest import AppendAutoSuggestionInAnyLine >>> AppendAutoSuggestionInAnyLine._debug = True
Aliases
-
IPython.terminal.interactiveshell.AppendAutoSuggestionInAnyLine