Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dformat.py64 newdata = reformat_comment(data, limit, comment_header)
156 def reformat_comment(data, limit, comment_header): function
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_format.py189 """Test the reformat_comment function without the editor window."""
194 # reformat_comment formats to a minimum of 20 characters
198 result = ft.reformat_comment(test_string, 70, " ")
207 result = ft.reformat_comment(test_comment, 70, "#")

Completed in 2 milliseconds