__init__ constructor

On this page

init

Initializes a new RedactorLogEntry for redaction.

def __init__(self, redaction, result):
    ...
Parameter Type Description
redaction Redaction Reference to redaction.
result RedactionResult Redaction result, reported by format handler.

See Also

On this page