fastports

frozenlist 1.8.0

devel/py-frozenlist

List-like structure which implements collections.abc.MutableSequence

Category
devel
Maintainer
python@FreeBSD.org
WWW
https://github.com/aio-libs/frozenlist
License
APACHE20
USES
gettext-runtime python

Description

The list is mutable until FrozenList.freeze() is called, after which
list modifications raise RuntimeError. A FrozenList instance is
hashable, but only when frozen. Attempts to hash a non-frozen instance
will result in a RuntimeError exception.

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Loading commit history — this may take up to a minute on first view. Reload the page in a moment.