select_attr_contains

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

Arguments

Source


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