This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / history / HistorySavingThread / stop

function

IPython.core.history:HistorySavingThread.stop

source: /IPython/core/history.py :1178

Signature

def   stop ( self )  →  None

Summary

This can be called from the main thread to safely stop this thread.

Extended Summary

Note that it does not attempt to write out remaining history before exiting. That should be done by calling the HistoryManager's end_session method.

Aliases

  • IPython.core.history.HistorySavingThread.stop