Searched refs:find_matching_line (Results 1 – 1 of 1) sorted by relevance
186 return find_matching_line(err_file_path, SOCKET_FAIL_RE) is not None198 line = find_matching_line(out_file_path, SHIFT_RE)207 def find_matching_line(file_path, regex): function