idlelib
.FormatParagraph
index
/usr/local/lib/python2.3/idlelib/FormatParagraph.py
# Extension to format a paragraph
Modules
re
Classes
FormatParagraph
class
FormatParagraph
Methods defined here:
__init__
(self, editwin)
close
(self)
format_paragraph_event
(self, event)
Data and other attributes defined here:
menudefs
= [('format', [('Format Paragraph', '<<format-paragraph>>')])]
Functions
find_paragraph
(text, mark)
get_comment_header
(line)
get_indent
(line)
is_all_white
(line)
reformat_paragraph
(data, limit
=70
)