custom_redaction property

custom_redaction property

The custom redaction handler that allows users to define their own redaction logic.

Definition:

@property
def custom_redaction(self):
    ...
@custom_redaction.setter
def custom_redaction(self, value):
    ...

See Also