Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asrp/undoable
/ functions
Functions
57 in github.com/asrp/undoable
⨍
Functions
57
◇
Types & classes
4
↓ 14 callers
Method
callback
(self, undo, redo)
undoable.py:124
↓ 13 callers
Method
callback
(self, undo, redo, origin=None)
undoable.py:298
↓ 12 callers
Method
_reparent
(self, newparent, remove=False)
undoable.py:309
↓ 9 callers
Method
callback
(self, undo, redo)
undoable.py:214
↓ 8 callers
Method
append
(self, value)
undoable.py:160
↓ 5 callers
Method
pop
(self, index=-1)
undoable.py:164
↓ 4 callers
Method
__setitem__
(self, key, value)
undoable.py:133
↓ 3 callers
Method
__init__
(self)
undoable.py:23
↓ 2 callers
Method
__delitem__
(self, key)
undoable.py:144
↓ 2 callers
Method
add
Add element to watch.
undoable.py:32
↓ 2 callers
Method
clear_redo
(self)
undoable.py:43
↓ 2 callers
Method
end_group
(self, name, skip_unstarted=False, delete_if_empty=False)
undoable.py:58
↓ 2 callers
Method
extend
(self, newvalue)
undoable.py:169
↓ 2 callers
Method
remove
(self, element)
undoable.py:179
↓ 2 callers
Method
start_group
(self, name, new_only=False)
undoable.py:49
↓ 2 callers
Method
unredo_event
(self, elem, item)
undoable.py:90
↓ 1 callers
Method
__delslice__
(self, i, j)
undoable.py:155
↓ 1 callers
Method
__setslice__
(self, i, j, sequence)
undoable.py:149
↓ 1 callers
Method
clear
(self)
undoable.py:239
↓ 1 callers
Function
deepwrap
Wrap nested list and dict.
undoable.py:1
↓ 1 callers
Method
extend
(self, newvalue)
undoable.py:368
↓ 1 callers
Method
insert
(self, i, element)
undoable.py:175
↓ 1 callers
Method
pprint_string
(self, node=None, indent=0)
undoable.py:99
↓ 1 callers
Method
reverse
(self)
undoable.py:185
↓ 1 callers
Method
sort
(self, *args, **kwargs)
undoable.py:189
↓ 1 callers
Method
update
(self, update_dict)
undoable.py:244
Method
__deepcopy__
(self, memo)
undoable.py:130
Method
__deepcopy__
(self, memo)
undoable.py:220
Method
__delitem__
(self, key)
undoable.py:234
Method
__delitem__
(self, key)
undoable.py:329
Method
__delslice__
(self, i, j)
undoable.py:347
Method
__eq__
(self, other)
undoable.py:354
Method
__init__
(self, *args, **kwargs)
undoable.py:118
Method
__init__
(self, *args, **kwargs)
undoable.py:208
Method
__init__
(self, name=None, value=[], parent=None, callbacks=None, undocallbacks=None)
undoable.py:289
Method
__setitem__
(self, key, value)
undoable.py:223
Method
__setitem__
(self, key, value)
undoable.py:314
Method
__setslice__
(self, i, j, sequence)
undoable.py:337
Method
append
(self, value)
undoable.py:357
Method
descendants
(self)
undoable.py:422
Method
insert
(self, i, element)
undoable.py:376
Method
log
(self, elem, undoitem, redoitem)
undoable.py:37
Method
pop
(self, key, default=None)
undoable.py:257
Method
pop
(self, index=-1)
undoable.py:362
Method
popitem
(self)
undoable.py:265
Method
pprint
(self, node=None)
undoable.py:95
Function
printargs
(*args)
undoable.py:429
Method
redo
(self, node=None)
undoable.py:80
Method
remove
(self, element, reparent=True)
undoable.py:381
Method
replace
(self, newlist)
undoable.py:194
Method
replace
(self, newdict)
undoable.py:270
Method
replace
(self, newlist)
undoable.py:398
Method
reverse
(self)
undoable.py:389
Method
setdefault
(self, key, value=None)
undoable.py:249
Method
sort
(self, *args, **kwargs)
undoable.py:393
Method
tops
Return the top (incomparable maximal) anti-chain amongst descendants of widget that satisfy condition
undoable.py:412
Method
undo
(self, node=None)
undoable.py:70