Lines Matching refs:res
184 res = {
189 res_list.append(res)
201 res["found"] = True
203 res["msg"] += f" {fname}: regex:\n\t"
206 if self.hints and not res["found"]:
207 res["msg"] += f" {fname} not found. Tested regexes:\n"
209 res["msg"] += " " + r.pattern + "\n"
351 for res in res_list:
352 if not res["found"]:
353 not_found.append(res["fname"])
354 if res["msg"]:
355 print(res["msg"])