redaction_callback property

redaction_callback property

Gets or sets an instance of a class, implementing IRedactionCallback.

Definition:

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

See Also