idlelib
.FormatParagraph
index
/usr/local/lib/python2.5/idlelib/FormatParagraph.py
Module Docs
# 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)
Data
idleConf
= <idlelib.configHandler.IdleConf instance at 0xb667b36c>