List-like structure which implements collections.abc.MutableSequence
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.
$
pkg install py311-frozenlistOrigin
devel/py-frozenlist
Size
133KiB
License
APACHE20
Maintainer
python@FreeBSD.org
Dependencies
2 packages
Required by
2 packages