MCPcopy Create free account

hub / github.com/asrp/undoable / functions

Functions57 in github.com/asrp/undoable

↓ 14 callersMethodcallback
(self, undo, redo)
undoable.py:124
↓ 13 callersMethodcallback
(self, undo, redo, origin=None)
undoable.py:298
↓ 12 callersMethod_reparent
(self, newparent, remove=False)
undoable.py:309
↓ 9 callersMethodcallback
(self, undo, redo)
undoable.py:214
↓ 8 callersMethodappend
(self, value)
undoable.py:160
↓ 5 callersMethodpop
(self, index=-1)
undoable.py:164
↓ 4 callersMethod__setitem__
(self, key, value)
undoable.py:133
↓ 3 callersMethod__init__
(self)
undoable.py:23
↓ 2 callersMethod__delitem__
(self, key)
undoable.py:144
↓ 2 callersMethodadd
Add element to watch.
undoable.py:32
↓ 2 callersMethodclear_redo
(self)
undoable.py:43
↓ 2 callersMethodend_group
(self, name, skip_unstarted=False, delete_if_empty=False)
undoable.py:58
↓ 2 callersMethodextend
(self, newvalue)
undoable.py:169
↓ 2 callersMethodremove
(self, element)
undoable.py:179
↓ 2 callersMethodstart_group
(self, name, new_only=False)
undoable.py:49
↓ 2 callersMethodunredo_event
(self, elem, item)
undoable.py:90
↓ 1 callersMethod__delslice__
(self, i, j)
undoable.py:155
↓ 1 callersMethod__setslice__
(self, i, j, sequence)
undoable.py:149
↓ 1 callersMethodclear
(self)
undoable.py:239
↓ 1 callersFunctiondeepwrap
Wrap nested list and dict.
undoable.py:1
↓ 1 callersMethodextend
(self, newvalue)
undoable.py:368
↓ 1 callersMethodinsert
(self, i, element)
undoable.py:175
↓ 1 callersMethodpprint_string
(self, node=None, indent=0)
undoable.py:99
↓ 1 callersMethodreverse
(self)
undoable.py:185
↓ 1 callersMethodsort
(self, *args, **kwargs)
undoable.py:189
↓ 1 callersMethodupdate
(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
Methodappend
(self, value)
undoable.py:357
Methoddescendants
(self)
undoable.py:422
Methodinsert
(self, i, element)
undoable.py:376
Methodlog
(self, elem, undoitem, redoitem)
undoable.py:37
Methodpop
(self, key, default=None)
undoable.py:257
Methodpop
(self, index=-1)
undoable.py:362
Methodpopitem
(self)
undoable.py:265
Methodpprint
(self, node=None)
undoable.py:95
Functionprintargs
(*args)
undoable.py:429
Methodredo
(self, node=None)
undoable.py:80
Methodremove
(self, element, reparent=True)
undoable.py:381
Methodreplace
(self, newlist)
undoable.py:194
Methodreplace
(self, newdict)
undoable.py:270
Methodreplace
(self, newlist)
undoable.py:398
Methodreverse
(self)
undoable.py:389
Methodsetdefault
(self, key, value=None)
undoable.py:249
Methodsort
(self, *args, **kwargs)
undoable.py:393
Methodtops
Return the top (incomparable maximal) anti-chain amongst descendants of widget that satisfy condition
undoable.py:412
Methodundo
(self, node=None)
undoable.py:70