apply property

apply property

The flag indicating whether the redaction should be applied. If True, the redacted content will replace the original content.

Definition:

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

See Also