remove_areas method

remove_areas(self, areas)

Removes this validation from given areas.


def remove_areas(self, areas):
    ...
ParameterTypeDescription
areaslistthe areas where this validation settings should be removed.

See Also