load_text property

load_text property

Indicates that the strings passed are comparison text, not file paths (For Text Comparison only).

Definition:

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

See Also