Home
last modified time | relevance | path

Searched refs:undo_block_start (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py98 text.undo_block_start()
164 text.undo_block_start()
198 def undo_block_start(): function
205 text.undo_block_start = undo_block_start
DRstripExtension.py17 undo.undo_block_start()
DEditorWindow.py307 text.undo_block_start = undo.undo_block_start
1243 text.undo_block_start()
1259 text.undo_block_start()
1288 text.undo_block_start()
1515 text.undo_block_start()
1535 text.undo_block_start()
DFormatParagraph.py68 text.undo_block_start()
DUndoDelegator.py97 def undo_block_start(self): member in UndoDelegator
DPyShell.py1215 self.text.undo_block_start()
DChangeLog983 different sin (adding undo_block_start/stop methods to the Text instance in
/external/python/cpython3/Lib/idlelib/
Dreplace.py110 text.undo_block_start()
176 text.undo_block_start()
216 def undo_block_start(): function
225 text.undo_block_start = undo_block_start
Dzzdummy.py29 text.undo_block_start()
Drstrip.py13 undo.undo_block_start()
Deditor.py245 text.undo_block_start = undo.undo_block_start
1263 text.undo_block_start()
1279 text.undo_block_start()
1308 text.undo_block_start()
1538 text.undo_block_start()
1558 text.undo_block_start()
Dparagraph.py64 text.undo_block_start()
Dundo.py99 def undo_block_start(self): member in UndoDelegator
Dpyshell.py1216 self.text.undo_block_start()
DChangeLog983 different sin (adding undo_block_start/stop methods to the Text instance in
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_undo.py113 self.delegator.undo_block_start()
120 self.delegator.undo_block_start()
Dmock_idle.py57 def undo_block_start(*args): member in UndoDelegator
Dtest_paragraph.py236 def undo_block_start(self): pass member in TextWrapper
Dtest_replace.py29 cls.text.undo_block_start = Mock()
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_idle.py52 def undo_block_start(*args): member in UndoDelegator
Dtest_formatparagraph.py235 def undo_block_start(self): pass member in TextWrapper