miniproto.security.redaction.safe_repr
miniproto.security.redaction.safe_repr
Section titled “miniproto.security.redaction.safe_repr”safe_repr(value: object) -> strReturn a representation after recursively redacting supported secret shapes.
Parameters:
- value (
object) – Arbitrary value intended for diagnostic output.
Returns:
str– The safe representation of the redacted value.