select_attr_starts_with

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

Arguments

Source


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