Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asrp/undoable
/ types & classes
Types & classes
4 in github.com/asrp/undoable
⨍
Functions
57
◇
Types & classes
4
↓ 3 callers
Class
observed_dict
undoable.py:207
↓ 3 callers
Class
observed_list
A list that calls all functions in self.undocallbacks with an (undo, redo) pair any time an operation is applied to the list. Every function
undoable.py:111
↓ 3 callers
Class
observed_tree
An ordered list of children. The only difference with list is a maintained parent pointer. All elements of this list are expected to be trees or have
undoable.py:283
↓ 1 callers
Class
UndoLog
undoable.py:22