source_text property

source_text property

Changed text of source document.

Definition:

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

See Also