Searched refs:comment_blocks (Results 1 – 2 of 2) sorted by relevance
31 def FindCopyrightBlock(self, comment_blocks): argument37 if not comment_blocks:39 for block in comment_blocks:
43 comment_blocks = parser.FindAllCommentBlocks(old_file_contents)44 if not comment_blocks:47 old_copyright_block = parser.FindCopyrightBlock(comment_blocks)