Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_idle.py40 self.undo = UndoDelegator()
48 class UndoDelegator(object): class
/external/python/cpython3/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()
/external/python/cpython2/Lib/idlelib/
DPyShell.py30 from idlelib.UndoDelegator import UndoDelegator
359 class ModifiedUndoDelegator(UndoDelegator):
369 UndoDelegator.insert(self, index, chars, tags)
378 UndoDelegator.delete(self, index1, index2)
864 UndoDelegator = ModifiedUndoDelegator variable in PyShell
DUndoDelegator.py19 class UndoDelegator(Delegator): class
351 d = UndoDelegator()
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…
DEditorWindow.py123 from idlelib.UndoDelegator import UndoDelegator
305 self.undo = undo = self.UndoDelegator()
DREADME.txt70 UndoDelegator.py # Manage undo stack.
/external/python/cpython3/Lib/idlelib/
Dundo.py21 class UndoDelegator(Delegator): class
351 d = UndoDelegator()
Dpyshell.py58 from idlelib.undo import UndoDelegator
363 class ModifiedUndoDelegator(UndoDelegator):
373 UndoDelegator.insert(self, index, chars, tags)
382 UndoDelegator.delete(self, index1, index2)
840 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()