__builtin__.frozenset.intersection

frozenset.intersection()

Return the intersection of two or more sets as a new set.

(i.e. elements that are common to all of the sets.)