is_redaction_accepted method

is_redaction_accepted

Checks for IRedactionCallback implementation and invokes it, if specified.

def is_redaction_accepted(self, description):
    ...
Parameter Type Description
description RedactionDescription Redaction description

Returns: bool: True (by default) if redaction is accepted.

See Also