Module: core.historyapp¶
An application for managing IPython history.
To be invoked as the ipython history subcommand.
3 Classes¶
-
class
IPython.core.historyapp.HistoryTrim(**kwargs)¶ Bases:
IPython.core.application.BaseIPythonApplication-
start()¶ Start the app mainloop.
Override in subclasses.
-
-
class
IPython.core.historyapp.HistoryClear(**kwargs)¶ Bases:
IPython.core.historyapp.HistoryTrim-
start()¶ Start the app mainloop.
Override in subclasses.
-