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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
50 # Reformat to maxformatwidth chars or a 20 char width, whichever is greater.
51 format_width = max(maxformatwidth - len(comment_header), 20)
68 newdata = reformat_paragraph(data, maxformatwidth)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
50 # Reformat to maxformatwidth chars or a 20 char width, whichever is greater.
51 format_width = max(maxformatwidth - len(comment_header), 20)
68 newdata = reformat_paragraph(data, maxformatwidth)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
50 # Reformat to maxformatwidth chars or a 20 char width, whichever is greater.
51 format_width = max(maxformatwidth - len(comment_header), 20)
68 newdata = reformat_paragraph(data, maxformatwidth)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 35 maxformatwidth = int(idleConf.GetOption('main','FormatParagraph',
50 # Reformat to maxformatwidth chars or a 20 char width, whichever is greater.
51 format_width = max(maxformatwidth - len(comment_header), 20)
68 newdata = reformat_paragraph(data, maxformatwidth)

Completed in 90 milliseconds