Bases: IPython.qt.console.console_widget.ConsoleWidget
A ConsoleWidget that keeps a history of the commands that have been executed and provides a readline-esque interface to this history.
Reimplemented to the store history.
If possible, set the input buffer to a subsequent history item.
Parameters: | substring : str, optional
as_prefix : bool, optional
|
---|---|
Returns: | Whether the input buffer was changed. |
If possible, set the input buffer to a previous history item.
Parameters: | substring : str, optional
as_prefix : bool, optional
|
---|---|
Returns: | Whether the input buffer was changed. |
Get the local history list.
Parameters: | n : int
|
---|