Home
last modified time | relevance | path

Searched refs:undo_block_stop (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py122 text.undo_block_stop()
169 text.undo_block_stop()
201 def undo_block_stop(): function
206 text.undo_block_stop = undo_block_stop
DRstripExtension.py29 undo.undo_block_stop()
DEditorWindow.py308 text.undo_block_stop = undo.undo_block_stop
1247 text.undo_block_stop()
1283 text.undo_block_stop()
1385 text.undo_block_stop()
1518 text.undo_block_stop()
1540 text.undo_block_stop()
DFormatParagraph.py71 text.undo_block_stop()
DUndoDelegator.py102 def undo_block_stop(self): member in UndoDelegator
DPyShell.py1234 self.text.undo_block_stop()
/external/python/cpython3/Lib/idlelib/
Dreplace.py134 text.undo_block_stop()
181 text.undo_block_stop()
219 def undo_block_stop(): function
224 text.undo_block_stop = undo_block_stop
Drstrip.py29 undo.undo_block_stop()
Deditor.py237 text.undo_block_stop = undo.undo_block_stop
1182 text.undo_block_stop()
1218 text.undo_block_stop()
1320 text.undo_block_stop()
1453 text.undo_block_stop()
1475 text.undo_block_stop()
Dparagraph.py72 text.undo_block_stop()
Dundo.py104 def undo_block_stop(self): member in UndoDelegator
Dpyshell.py1212 self.text.undo_block_stop()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_undo.py117 self.delegator.undo_block_stop()
123 self.delegator.undo_block_stop()
Dmock_idle.py54 def undo_block_stop(*args): member in UndoDelegator
Dtest_paragraph.py236 def undo_block_stop(self): pass member in TextWrapper
Dtest_replace.py29 cls.text.undo_block_stop = Mock()
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_idle.py54 def undo_block_stop(*args): member in UndoDelegator
Dtest_formatparagraph.py236 def undo_block_stop(self): pass member in TextWrapper