HomeSort by relevance Sort by last modified time
    Searched refs:FormatParagraph (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
test_formatparagraph.py 1 # Test the functions and main class method of FormatParagraph.py
3 from idlelib import FormatParagraph as fp
41 """Test the find_paragraph function in FormatParagraph.
213 instance = fp.FormatParagraph('editor')
219 # For testing format_paragraph_event, Initialize FormatParagraph with
246 This is done with FormatParagraph.format.paragraph_event,
258 "width, but FormatParagraph will fix it.\n"
265 "width, but FormatParagraph will fix it.\n"
274 cls.formatter = fp.FormatParagraph(editor).format_paragraph_event
326 " line. It is also way over the max width, but FormatParagraph will\n
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_paragraph.py 213 instance = fp.FormatParagraph('editor')
219 # For testing format_paragraph_event, Initialize FormatParagraph with
246 This is done with FormatParagraph.format.paragraph_event,
258 "width, but FormatParagraph will fix it.\n"
265 "width, but FormatParagraph will fix it.\n"
274 cls.formatter = fp.FormatParagraph(editor).format_paragraph_event
326 " line. It is also way over the max width, but FormatParagraph will\n"
342 "# the max width, but FormatParagraph will fix it. The fourth line is\n"
369 ##"# but FormatParagraph will fix it. The fourth line is short like the\n"
  /external/python/cpython2/Lib/idlelib/
FormatParagraph.py 21 class FormatParagraph:
50 'extensions', 'FormatParagraph', 'max-width',
  /external/python/cpython3/Lib/idlelib/
paragraph.py 22 class FormatParagraph:
51 'extensions', 'FormatParagraph', 'max-width',
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 20 class FormatParagraph:
35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 20 class FormatParagraph:
35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 20 class FormatParagraph:
35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 20 class FormatParagraph:
35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',

Completed in 581 milliseconds