Searched defs:undo_block_start (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ | ||
D | mock_idle.py | 52 def undo_block_start(*args): member in UndoDelegator |
D | test_formatparagraph.py | 235 def undo_block_start(self): pass member in TextWrapper |
/external/python/cpython3/Lib/idlelib/idle_test/ | ||
D | mock_idle.py | 57 def undo_block_start(*args): member in UndoDelegator |
D | test_paragraph.py | 236 def undo_block_start(self): pass member in TextWrapper |
/external/python/cpython2/Lib/idlelib/ | ||
D | ReplaceDialog.py | 198 def undo_block_start(): function |
D | UndoDelegator.py | 97 def undo_block_start(self): member in UndoDelegator |
/external/python/cpython3/Lib/idlelib/ | ||
D | replace.py | 216 def undo_block_start(): function |
D | undo.py | 99 def undo_block_start(self): member in UndoDelegator |