collections.Set._from_iterable

classmethod Set._from_iterable(it)[source]

Construct an instance of the class from any iterable input.

Must override this method if the class constructor signature does not accept an iterable for an input.