Searched refs:additional_author_regex (Results 1 – 2 of 2) sorted by relevance
158 additional_author_regex = re.compile(r'^\t(?P<spaces>\ *)?(?P<name>.* <.*>)') variable480 elif additional_author_regex.match(line):481 m = additional_author_regex.match(line)