Construct a new save handler.
Get whether the handler is active.
Get whether the save handler is disposed.
The save interval used by the timer (in seconds).
The save interval used by the timer (in seconds).
Handle an autosave timeout.
Set the timer.
Dispose of the resources used by the save handler.
Start the autosaver.
Stop the autosaver.
Generated using TypeDoc
A class that manages the auto saving of a document. A namespace for
SaveHandler
statics.Notes
Implements https://github.com/ipython/ipython/wiki/IPEP-15:-Autosaving-the-IPython-Notebook.