The collections module has functions like
UserDict
UserList
UserString
which are used to create a custom dictionary or list or string.
One example could be to create a custom dictionary, which does not support item deletion.
But why is there no,
UserSet
UserTuple
???