Home
last modified time | relevance | path

Searched refs:UndoDelegator (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dmock_idle.py46 self.undo = UndoDelegator()
54 class UndoDelegator: class
Dtest_undo.py4 from idlelib.undo import UndoDelegator
30 self.delegator = UndoDelegator()
/third_party/python/Lib/idlelib/
Dundo.py21 class UndoDelegator(Delegator): class
351 d = UndoDelegator()
Dpyshell.py61 from idlelib.undo import UndoDelegator
362 class ModifiedUndoDelegator(UndoDelegator):
371 UndoDelegator.insert(self, index, chars, tags)
380 UndoDelegator.delete(self, index1, index2)
860 UndoDelegator = ModifiedUndoDelegator variable in PyShell
DChangeLog444 ToolTip.py, TreeWidget.py, UndoDelegator.py, WidgetRedirector.py,
473 ToolTip.py, TreeWidget.py, UndoDelegator.py, WidgetRedirector.py,
540 UndoDelegator.py, WidgetRedirector.py, WindowList.py, help.txt,
562 UndoDelegator.py, WidgetRedirector.py, WindowList.py, help.txt,
979 * AutoIndent.py, EditorWindow.py, FormatParagraph.py, UndoDelegator.py:
1389 …, extend.txt, extend.py, eventparse.py, ZoomHeight.py, WindowList.py, UndoDelegator.py, StackViewe…
1587 …* idle.pyw, help.txt, WidgetRedirector.py, UndoDelegator.py, StackViewer.py, SearchBinding.py, Att…
Deditor.py52 from idlelib.undo import UndoDelegator
259 self.undo = undo = self.UndoDelegator()