Skip to main content

Module set

Module set 

Source
Expand description

Python sets and related types.

Structs§

BoundSetIterator
PyO3 implementation of an iterator for a Python set object.
PySet
Represents a Python set.

Traits§

PySetMethods
Implementation of functionality for PySet.