Home
last modified time | relevance | path

Searched refs:undo_block_start (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A 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()
H A Dtest_undo.py109 # test the undo_block_start and undo_block_stop methods
113 self.delegator.undo_block_start()
120 self.delegator.undo_block_start()
H A Dmock_idle.py58 def undo_block_start(*args): member in UndoDelegator
H A Dtest_format.py238 def undo_block_start(self): pass member in TextWrapper
401 cls.text.undo_block_start = mock.Mock()
H A Dtest_replace.py29 cls.text.undo_block_start = Mock()
/third_party/python/Lib/idlelib/
H A Dreplace.py160 text.undo_block_start()
229 text.undo_block_start()
279 def undo_block_start(): function
288 text.undo_block_start = undo_block_start
H A Dformat.py71 text.undo_block_start()
258 text.undo_block_start()
399 undo.undo_block_start()
H A Deditor.py273 text.undo_block_start = undo.undo_block_start
1369 text.undo_block_start()
1386 text.undo_block_start()
1423 text.undo_block_start()
1560 text.undo_block_start()
H A Dundo.py88 # Clients should call undo_block_start() and undo_block_stop()
99 def undo_block_start(self): member in UndoDelegator
H A Dpyshell.py1330 self.text.undo_block_start()

Completed in 10 milliseconds