select_attr_contains_prefix

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

Arguments

Source


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