select_attr_not_equal

[internal] returns elements that have the specified attribute and the value that is not equals to given value.

Arguments

Source


def select_attr_not_equal(self, attr, value):
    return self._nodes.select_attr_not_equal(attr, value)