A mutable set.
Methods
add
add( (HID)element) -> None
Add element.
difference
difference( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet
Return elements of this set that are not in other.
intersection
intersection( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet
Return the intersection of this set and other.
remove
remove( (HID)element) -> None
Remove element.
symmetric_difference
symmetric_difference( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet
Return elements that are either in this set or in other but not in both.
union
union( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet
Return the union of this set and other.