Searched refs:comment_block (Results 1 – 2 of 2) sorted by relevance
43 def GetCopyrightBlockAttributes(self, comment_block): argument48 if not comment_block:50 matches = self._attribute_pattern.findall(comment_block)
165 comment_block = src_spirv_lines[:comment_line_count]168 comment_block = ['// ' + line.replace(';;', '').strip() for line in comment_block]170 return '\n'.join(spirv_block), '\n'.join(comment_block)