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
-
__init__ -
_get_hist_file_name -
_run_sql -
get_last_session_id -
get_range -
get_range_by_str -
get_session_info -
get_tail -
init_db -
search -
writeout_cache
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