This module implements the history for navigating pages in the notebook.
The main class is History
. Also there is a specialized class HistoryPath
which extends Path
with history information.
Class | History |
No summary |
Class | HistoryList |
A list of HistoryPath s which takes care of serialization when saving in a config file, and de-serialization on construction. |
Class | HistoryPath |
Path with some additional info from the history. |
Class | RecentPath |
Undocumented |
Constant | MAX_HISTORY |
Undocumented |
Constant | MAX_RECENT |
Undocumented |
Variable | logger |
Undocumented |