Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DFormatParagraph.py61 newdata = reformat_comment(data, limit, comment_header)
150 def reformat_comment(data, limit, comment_header): function
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py195 result = fp.reformat_comment(test_string, 70, " ")
204 result = fp.reformat_comment(test_comment, 70, "#")
/external/python/cpython3/Lib/idlelib/
Dformat.py64 newdata = reformat_comment(data, limit, comment_header)
156 def reformat_comment(data, limit, comment_header): function
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py198 result = ft.reformat_comment(test_string, 70, " ")
207 result = ft.reformat_comment(test_comment, 70, "#")