Searched refs:subject_pr2_regex (Results 1 – 3 of 3) sorted by relevance
161 subject_pr2_regex = re.compile(r'[(\[]PR\s*(?P<pr>\d{4,7})[)\]]') variable336 self.subject_prs = {m.group('pr') for m in subject_pr2_regex.finditer(info.lines[0])}
335 (subject_pr_regex, subject_pr2_regex): New.