HomeSort by relevance Sort by last modified time
    Searched refs:undo_block_stop (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RstripExtension.py 29 undo.undo_block_stop()
ReplaceDialog.py 122 text.undo_block_stop()
169 text.undo_block_stop()
FormatParagraph.py 75 text.undo_block_stop()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RstripExtension.py 29 undo.undo_block_stop()
ReplaceDialog.py 122 text.undo_block_stop()
169 text.undo_block_stop()
FormatParagraph.py 75 text.undo_block_stop()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 29 undo.undo_block_stop()
ReplaceDialog.py 122 text.undo_block_stop()
169 text.undo_block_stop()
FormatParagraph.py 75 text.undo_block_stop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 29 undo.undo_block_stop()
ReplaceDialog.py 122 text.undo_block_stop()
169 text.undo_block_stop()
FormatParagraph.py 75 text.undo_block_stop()
  /external/python/cpython2/Lib/idlelib/
RstripExtension.py 29 undo.undo_block_stop()
ReplaceDialog.py 122 text.undo_block_stop()
169 text.undo_block_stop()
201 def undo_block_stop(): function in function:_replace_dialog
206 text.undo_block_stop = undo_block_stop
FormatParagraph.py 71 text.undo_block_stop()
EditorWindow.py 308 text.undo_block_stop = undo.undo_block_stop
    [all...]
  /external/python/cpython3/Lib/idlelib/
rstrip.py 29 undo.undo_block_stop()
replace.py 134 text.undo_block_stop()
181 text.undo_block_stop()
219 def undo_block_stop(): function in function:_replace_dialog
224 text.undo_block_stop = undo_block_stop
paragraph.py 72 text.undo_block_stop()
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_idle.py 54 def undo_block_stop(*args): member in class:UndoDelegator
test_formatparagraph.py 236 def undo_block_stop(self): pass member in class:TextWrapper
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_idle.py 54 def undo_block_stop(*args): member in class:UndoDelegator
test_undo.py 110 # test the undo_block_start and undo_block_stop methods
117 self.delegator.undo_block_stop()
123 self.delegator.undo_block_stop()
test_paragraph.py 236 def undo_block_stop(self): pass member in class:TextWrapper
test_replace.py 29 cls.text.undo_block_stop = Mock()

Completed in 409 milliseconds

1 2