Searched refs:undo_block_stop (Results 1 – 10 of 10) sorted by relevance
38 self.text.undo_block_stop = mock.Mock()66 text.undo_block_stop.reset_mock()114 text.undo_block_stop.assert_called_once()126 text.undo_block_stop.reset_mock()137 text.undo_block_stop.assert_called_once()
116 self.delegator.undo_block_stop()122 self.delegator.undo_block_stop()
60 def undo_block_stop(*args): member in UndoDelegator
239 def undo_block_stop(self): pass member in TextWrapper402 cls.text.undo_block_stop = mock.Mock()
30 cls.text.undo_block_stop = Mock()
173 text.undo_block_stop()225 text.undo_block_stop()273 def undo_block_stop(): function280 text.undo_block_stop = undo_block_stop
74 text.undo_block_stop()261 text.undo_block_stop()421 undo.undo_block_stop()
275 text.undo_block_stop = undo.undo_block_stop1384 text.undo_block_stop()1420 text.undo_block_stop()1535 text.undo_block_stop()1576 text.undo_block_stop()
104 def undo_block_stop(self): member in UndoDelegator
1346 self.text.undo_block_stop()