Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_zzdummy.py38 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()
Dtest_undo.py116 self.delegator.undo_block_stop()
122 self.delegator.undo_block_stop()
Dmock_idle.py60 def undo_block_stop(*args): member in UndoDelegator
Dtest_format.py239 def undo_block_stop(self): pass member in TextWrapper
402 cls.text.undo_block_stop = mock.Mock()
Dtest_replace.py30 cls.text.undo_block_stop = Mock()
/external/python/cpython3/Lib/idlelib/
Dreplace.py173 text.undo_block_stop()
225 text.undo_block_stop()
273 def undo_block_stop(): function
280 text.undo_block_stop = undo_block_stop
Dformat.py74 text.undo_block_stop()
261 text.undo_block_stop()
421 undo.undo_block_stop()
Deditor.py275 text.undo_block_stop = undo.undo_block_stop
1384 text.undo_block_stop()
1420 text.undo_block_stop()
1535 text.undo_block_stop()
1576 text.undo_block_stop()
Dundo.py104 def undo_block_stop(self): member in UndoDelegator
Dpyshell.py1346 self.text.undo_block_stop()