text_to_replace property

text_to_replace property

The text to be replaced.

Definition:

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

See Also