bundles / IPython 9.5.0 / IPython / core / history / HistoryAccessor / __init__
function
IPython.core.history:HistoryAccessor.__init__
source: /IPython/core/history.py :270
Signature
def __init__ ( self , profile : str = default , hist_file : str = '' , ** traits : typing.Any ) → None Summary
Create a new history accessor.
Parameters
profile: strThe name of the profile from which to open history.
hist_file: strPath to an SQLite history database stored by IPython. If specified, hist_file overrides profile.
config: :class:`~traitlets.config.loader.Config`Config object. hist_file can also be set through this.
Aliases
-
IPython.core.history.HistoryAccessor.__init__