bundles / IPython 9.11.0 / IPython / core / history / HistorySavingThread / stop
function
IPython.core.history:HistorySavingThread.stop
source: /IPython/core/history.py :1169
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