lxml.html._setmixin module
- class lxml.html._setmixin.SetMixin[source]
Bases:
collections.abc.MutableSet
Mix-in for sets. You must define __iter__, add, remove
- difference(other)
- intersection(other)
- issubset(other)
Return self<=value.
- issuperset(other)
Return self>=value.
- symmetric_difference(other)
- union(other)
- _abc_impl = <_abc._abc_data object>