Searched defs:undo_block_stop (Results 1 – 8 of 8) sorted by relevance
| /external/python/cpython2/Lib/idlelib/idle_test/ | ||
| D | mock_idle.py | 54     def undo_block_stop(*args):  member in UndoDelegator | 
| D | test_formatparagraph.py | 236     def undo_block_stop(self): pass  member in TextWrapper | 
| /external/python/cpython3/Lib/idlelib/idle_test/ | ||
| D | mock_idle.py | 60     def undo_block_stop(*args):  member in UndoDelegator | 
| D | test_format.py | 239     def undo_block_stop(self): pass  member in TextWrapper | 
| /external/python/cpython2/Lib/idlelib/ | ||
| D | ReplaceDialog.py | 201     def undo_block_stop():  function | 
| D | UndoDelegator.py | 102     def undo_block_stop(self):  member in UndoDelegator | 
| /external/python/cpython3/Lib/idlelib/ | ||
| D | replace.py | 282     def undo_block_stop():  function | 
| D | undo.py | 104     def undo_block_stop(self):  member in UndoDelegator |