You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / core / history / HistorySavingThread / stop

function

IPython.core.history:HistorySavingThread.stop

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

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