Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:last_comment

836                 last_comment=not next_line.lstrip().startswith('#'))
2750 def shorten_comment(line, max_line_length, last_comment=False):
2773 elif last_comment and re.match(r'\s*#+\s*\w+', line):