Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_zzdummy.py37 self.text.undo_block_start = mock.Mock()
65 text.undo_block_start.reset_mock()
113 text.undo_block_start.assert_called_once()
125 text.undo_block_start.reset_mock()
136 text.undo_block_start.assert_called_once()
Dtest_undo.py113 self.delegator.undo_block_start()
120 self.delegator.undo_block_start()
Dmock_idle.py58 def undo_block_start(*args): member in UndoDelegator
Dtest_format.py238 def undo_block_start(self): pass member in TextWrapper
401 cls.text.undo_block_start = mock.Mock()
Dtest_replace.py29 cls.text.undo_block_start = Mock()
/third_party/python/Lib/idlelib/
Dreplace.py160 text.undo_block_start()
232 text.undo_block_start()
282 def undo_block_start(): function
291 text.undo_block_start = undo_block_start
Dformat.py71 text.undo_block_start()
258 text.undo_block_start()
399 undo.undo_block_start()
Deditor.py261 text.undo_block_start = undo.undo_block_start
1309 text.undo_block_start()
1326 text.undo_block_start()
1363 text.undo_block_start()
1500 text.undo_block_start()
Dundo.py99 def undo_block_start(self): member in UndoDelegator
Dpyshell.py1338 self.text.undo_block_start()
DChangeLog983 different sin (adding undo_block_start/stop methods to the Text instance in