MCPcopy Index your code
hub / github.com/ipython/ipython / init_history

Method init_history

IPython/core/interactiveshell.py:1951–1954  ·  view source on GitHub ↗

Sets up the command history, and starts regular autosaves.

(self)

Source from the content-addressed store, hash-verified

1949 #-------------------------------------------------------------------------
1950
1951 def init_history(self):
1952 """Sets up the command history, and starts regular autosaves."""
1953 self.history_manager = HistoryManager(shell=self, parent=self)
1954 self.configurables.append(self.history_manager)
1955
1956 #-------------------------------------------------------------------------
1957 # Things related to exception handling and tracebacks (not debugging)

Callers 1

__init__Method · 0.95

Calls 1

HistoryManagerClass · 0.90

Tested by

no test coverage detected