skip_unreadable_characters property

skip_unreadable_characters property

Gets or sets a value indicating that unreadable characters will be skipped during string comparison.

Definition:

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

See Also