(v)
| 19409 | return {"md5": md5_h.hexdigest(), "sha256": sha256_h.hexdigest()} |
| 19410 | |
| 19411 | def _latin1(v): |
| 19412 | return str(v).encode("latin-1", "ignore").decode("latin-1") |
| 19413 | |
| 19414 | def _build_face_report(job_id, result_payload: dict, images_a_payload: list, images_b_payload: list, threshold_value: float, mode_value: str): |
| 19415 | try: |
no outgoing calls
no test coverage detected