select_attr_ends_with

[internal] returns elements that have the specified attribute and the value that ends with given value.

Arguments

Source


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