You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / core / history / HistoryAccessor

MetaHasTraits

IPython.core.history:HistoryAccessor

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

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