- Return the union of two sets as a new set.
-
- .. py:method:: __and__(self, other)
-
- Return the union of two sets as a new set.
-
- .. py:method:: __or__(self, other)
+ Return a new domain with all the elements from *self* and *other*.
+
+ .. py:method:: difference(self, other)
+ self - other