Searched refs:reformat_comment (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | FormatParagraph.py | 61 newdata = reformat_comment(data, limit, comment_header) 150 def reformat_comment(data, limit, comment_header): function
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_formatparagraph.py | 195 result = fp.reformat_comment(test_string, 70, " ") 204 result = fp.reformat_comment(test_comment, 70, "#")
|
/external/python/cpython3/Lib/idlelib/ |
D | format.py | 64 newdata = reformat_comment(data, limit, comment_header) 156 def reformat_comment(data, limit, comment_header): function
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_format.py | 198 result = ft.reformat_comment(test_string, 70, " ") 207 result = ft.reformat_comment(test_comment, 70, "#")
|