Searched refs:reformat_comment (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DFormatParagraph.py61 newdata = reformat_comment(data, limit, comment_header)
150 def reformat_comment(data, limit, comment_header): function
/external/python/cpython3/Lib/idlelib/
H A Dparagraph.py62 newdata = reformat_comment(data, limit, comment_header)
151 def reformat_comment(data, limit, comment_header): function
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_formatparagraph.py186 """Test the reformat_comment function without the editor window."""
191 # reformat_comment formats to a minimum of 20 characters
195 result = fp.reformat_comment(test_string, 70, " ")
204 result = fp.reformat_comment(test_comment, 70, "#")
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_paragraph.py186 """Test the reformat_comment function without the editor window."""
191 # reformat_comment formats to a minimum of 20 characters
195 result = fp.reformat_comment(test_string, 70, " ")
204 result = fp.reformat_comment(test_comment, 70, "#")

Completed in 356 milliseconds