Skip to main content

Module frozenset

Module frozenset 

Source
Expand description

Python frozen sets and related types.

Structs§

BoundFrozenSetIterator
PyO3 implementation of an iterator for a Python frozenset object.
PyFrozenSet
Represents a Python frozenset.
PyFrozenSetBuilder
Allows building a Python frozenset one item at a time

Traits§

PyFrozenSetMethods
Implementation of functionality for PyFrozenSet.