Lines Matching full:another
33 really add a Set as an element to another Set; if you try, what is
156 # early, in case the deep copy recurses into another reference
290 """Report whether another set contains this set."""
299 """Report whether this set contains another set."""
429 """Update a set with the union of itself and another."""
435 """Update a set with the union of itself and another."""
439 """Update a set with the intersection of itself and another."""
445 """Update a set with the intersection of itself and another."""
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another."""
472 """Remove all elements of another set from this set."""
478 """Remove all elements of another set from this set."""