ignore_percent property
ignore_percent property
Gets or sets a sensitivity for ignoring changes. Ignores the change if the similarity is less than the specified value.
Definition:
@property
def ignore_percent(self):
...
@ignore_percent.setter
def ignore_percent(self, value):
...