Go to the source code of this file.
Namespaces | |
| change-comments | |
Functions | |
| def | change-comments.content (line) |
| def | change-comments.flush_output () |
| def | change-comments.format_as_block (comment_block) |
| def | change-comments.indentation_of (line) |
| def | change-comments.is_comment (line) |
| def | change-comments.isnt_comment (line) |
| def | change-comments.more_input_available () |
| def | change-comments.next_line (predicate) |
| def | change-comments.peek () |
| def | change-comments.read_line () |
| def | change-comments.write (line) |
Variables | |
| list | change-comments.comment_block = [] |
| string | change-comments.comment_regex = r'^(\s*)//\s(.*)$' |
| change-comments.lines = input_file.readlines() | |
| list | change-comments.output_lines = [] |