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:
46 comment_blocks = parser.FindAllCommentBlocks(old_file_contents)47 if not comment_blocks:50 old_copyright_block = parser.FindCopyrightBlock(comment_blocks)