Arguments
- Name: attr, Type: str
- attribute
- Name: value, Type: str
- value
Source
def select_attr_not_equal(self, attr, value):
return self._nodes.select_attr_not_equal(attr, value)
[internal] returns elements that have the specified attribute and the value that is not equals to given value.
def select_attr_not_equal(self, attr, value):
return self._nodes.select_attr_not_equal(attr, value)