Searched refs:comment_column (Results 1 – 1 of 1) sorted by relevance
58 comment_column = child.column75 comment_column -= len(comment_prefix.lstrip())80 comment_column,105 comment_column = None109 if comment_column is None:113 elif comment_column is None or col < comment_column:114 comment_column = col115 comment_indent = cmt[:comment_column]116 comment_groups.append((comment_column, comment_indent, []))120 for comment_column, comment_indent, comment_group in comment_groups:[all …]