MCPcopy Create free account
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/history.py:815–819  ·  view source on GitHub ↗
(self, history_manager)

Source from the content-addressed store, hash-verified

813 stop_now = False
814 enabled = True
815 def __init__(self, history_manager):
816 super(HistorySavingThread, self).__init__(name="IPythonHistorySavingThread")
817 self.history_manager = history_manager
818 self.enabled = history_manager.enabled
819 atexit.register(self.stop)
820
821 @needs_sqlite
822 def run(self):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
registerMethod · 0.45

Tested by

no test coverage detected