builtin.frozenset API [rev. unknown]

class frozenset(object):

frozenset(iterable) --> frozenset object Build an immutable unordered collection of unique elements.
no source available