sets.BaseSet.__iter__

BaseSet.__iter__()[source]

Return an iterator over the elements or a set.

This is the keys iterator for the underlying dict.