This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / history / HistoryAccessor

MetaHasTraits

IPython.core.history:HistoryAccessor

source: /IPython/core/history.py :207

Signature

def   HistoryAccessor ( profile : str = default hist_file : str = '' ** traits : typing.Any )  →  None

Members

Summary

Access the history database without adding to it.

Extended Summary

This is intended for use by standalone history tools. IPython shells use HistoryManager, below, which is a subclass of this.

Aliases

  • IPython.core.history.HistoryAccessor

Referenced by