Home
last modified time | relevance | path

Searched refs:comment_column (Results 1 – 1 of 1) sorted by relevance

/external/yapf/yapf/yapflib/
Dcomment_splicer.py57 comment_column = child.column
74 comment_column -= len(comment_prefix.lstrip())
79 comment_column,
104 comment_column = None
108 if comment_column is None:
112 elif comment_column is None or col < comment_column:
113 comment_column = col
114 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 …]