py-frozenlist-1.8.0

list-like structure implementing MutableSequence

Index | devel

Description

frozenlist.FrozenList is a list-like structure which implements
collections.abc.MutableSequence. The list is mutable until
FrozenList.freeze is called, after which list modifications raise
RuntimeError.

Homepage: https://frozenlist.readthedocs.io/

Build Dependencies