Tutorials
For reference
Browse the code
Bases: object
object
A set that uses locks everywhere to make it suitable for concurrent use. No iterator support yet.
Add an element to a set.
This has no effect if the element is already present.
Remove an element from a set; it must be a member.
If the element is not a member, raise a KeyError.