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

Method __del__

IPython/core/history.py:731–733  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

729 self.new_session()
730
731 def __del__(self) -> None:
732 if self.save_thread is not None:
733 self.save_thread.stop()
734
735 @classmethod
736 def _stop_thread(cls) -> None:

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected