Lines Matching refs:group
124 result.errors = int(match.group(1))
125 result.warnings = int(match.group(2))
127 result.checks = int(match.group(3))
128 result.lines = int(match.group(4))
130 result.lines = int(match.group(3))
144 item['cptype'] = err_match.group(1)
145 item['msg'] = err_match.group(2)
148 item['cptype'] = warn_match.group(1)
149 item['msg'] = warn_match.group(2)
152 item['cptype'] = check_match.group(1)
153 item['msg'] = check_match.group(2)
156 err_fname = file_match.group(3)
159 item['line'] = int(file_match.group(4))
162 item['line'] = int(file_match.group(1))