Searched refs:comment_column (Results 1 – 1 of 1) sorted by relevance
57 comment_column = child.column74 comment_column -= len(comment_prefix.lstrip())79 comment_column,104 comment_column = None108 if comment_column is None:112 elif comment_column is None or col < comment_column:113 comment_column = col114 comment_indent = cmt[:comment_column]115 comment_groups.append((comment_column, comment_indent, []))119 for comment_column, comment_indent, comment_group in comment_groups:[all …]