Searched refs:undo_block_start (Results 1 – 11 of 11) sorted by relevance
37 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()
113 self.delegator.undo_block_start()120 self.delegator.undo_block_start()
58 def undo_block_start(*args): member in UndoDelegator
238 def undo_block_start(self): pass member in TextWrapper401 cls.text.undo_block_start = mock.Mock()
29 cls.text.undo_block_start = Mock()
151 text.undo_block_start()220 text.undo_block_start()270 def undo_block_start(): function279 text.undo_block_start = undo_block_start
71 text.undo_block_start()258 text.undo_block_start()399 undo.undo_block_start()
274 text.undo_block_start = undo.undo_block_start1379 text.undo_block_start()1396 text.undo_block_start()1433 text.undo_block_start()1570 text.undo_block_start()
99 def undo_block_start(self): member in UndoDelegator
1325 self.text.undo_block_start()
983 different sin (adding undo_block_start/stop methods to the Text instance in