text property

text property

The redacted version of the text. This will replace the original content if Apply is true.

Definition:

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

See Also