Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py122 text.undo_block_stop()
169 text.undo_block_stop()
201 def undo_block_stop(): function
206 text.undo_block_stop = undo_block_stop
DRstripExtension.py29 undo.undo_block_stop()
DEditorWindow.py308 text.undo_block_stop = undo.undo_block_stop
1247 text.undo_block_stop()
1283 text.undo_block_stop()
1385 text.undo_block_stop()
1518 text.undo_block_stop()
1540 text.undo_block_stop()
DFormatParagraph.py71 text.undo_block_stop()
DUndoDelegator.py102 def undo_block_stop(self): member in UndoDelegator
DPyShell.py1234 self.text.undo_block_stop()
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_idle.py54 def undo_block_stop(*args): member in UndoDelegator
Dtest_formatparagraph.py236 def undo_block_stop(self): pass member in TextWrapper