MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _latin1

Function _latin1

IntelOSINT.py:19411–19412  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

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:

Callers 4

_celllnFunction · 0.85
_mclineFunction · 0.85
_build_face_reportFunction · 0.85
_build_media_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected