pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
class | CommandManager |
Stack-like Undo / Redo history manager: lets the app manage undoable actions. More... | |
class | HistoryOverflowError |
Exception raised when the Undo or Redo history exceeds its threshold size. More... | |
class | Operation |
Abstract undoable operation (action) with a do/undo callback pair. More... | |