skip_unreadable_characters property

skip_unreadable_characters property

The property indicating whether unreadable characters are skipped during string comparison.

Definition:

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

See Also