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

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RstripExtension.py 21 undo.undo_block_start()
ReplaceDialog.py 98 text.undo_block_start()
164 text.undo_block_start()
FormatParagraph.py 72 text.undo_block_start()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RstripExtension.py 21 undo.undo_block_start()
ReplaceDialog.py 98 text.undo_block_start()
164 text.undo_block_start()
FormatParagraph.py 72 text.undo_block_start()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 21 undo.undo_block_start()
ReplaceDialog.py 98 text.undo_block_start()
164 text.undo_block_start()
FormatParagraph.py 72 text.undo_block_start()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 21 undo.undo_block_start()
ReplaceDialog.py 98 text.undo_block_start()
164 text.undo_block_start()
FormatParagraph.py 72 text.undo_block_start()
  /external/python/cpython2/Lib/idlelib/
RstripExtension.py 17 undo.undo_block_start()
ReplaceDialog.py 98 text.undo_block_start()
164 text.undo_block_start()
198 def undo_block_start(): function in function:_replace_dialog
205 text.undo_block_start = undo_block_start
FormatParagraph.py 68 text.undo_block_start()
EditorWindow.py 307 text.undo_block_start = undo.undo_block_start
    [all...]
  /external/python/cpython3/Lib/idlelib/
rstrip.py 17 undo.undo_block_start()
replace.py 110 text.undo_block_start()
176 text.undo_block_start()
216 def undo_block_start(): function in function:_replace_dialog
223 text.undo_block_start = undo_block_start
paragraph.py 69 text.undo_block_start()
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_idle.py 52 def undo_block_start(*args): member in class:UndoDelegator
test_formatparagraph.py 235 def undo_block_start(self): pass member in class:TextWrapper
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_idle.py 52 def undo_block_start(*args): member in class:UndoDelegator
test_undo.py 110 # test the undo_block_start and undo_block_stop methods
114 self.delegator.undo_block_start()
121 self.delegator.undo_block_start()
test_paragraph.py 235 def undo_block_start(self): pass member in class:TextWrapper
test_replace.py 28 cls.text.undo_block_start = Mock()

Completed in 198 milliseconds

1 2