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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 41 comment_header = ''
43 first, last, comment_header, data = \
45 if comment_header:
48 lines = map(lambda st, l=len(comment_header): st[l:], lines)
51 format_width = max(maxformatwidth - len(comment_header), 20)
64 builder = lambda item, prefix=comment_header: prefix+item
88 comment_header = get_comment_header(line)
89 comment_header_len = len(comment_header)
90 while get_comment_header(line)==comment_header and \
99 get_comment_header(line)==comment_header and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 41 comment_header = ''
43 first, last, comment_header, data = \
45 if comment_header:
48 lines = map(lambda st, l=len(comment_header): st[l:], lines)
51 format_width = max(maxformatwidth - len(comment_header), 20)
64 builder = lambda item, prefix=comment_header: prefix+item
88 comment_header = get_comment_header(line)
89 comment_header_len = len(comment_header)
90 while get_comment_header(line)==comment_header and \
99 get_comment_header(line)==comment_header and
    [all...]

Completed in 140 milliseconds