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

Method __del__

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

Source from the content-addressed store, hash-verified

1191 self.join()
1192
1193 def __del__(self) -> None:
1194 self.stop()
1195
1196
1197# To match, e.g. ~5/8-~2/3, or ~4 (without trailing slash for full session)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected