freebsd-ports/devel/py-frozenlist/pkg-descr
2021-12-19 13:49:29 -08:00

6 lines
290 B
Text

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.
WWW: https://github.com/aio-libs/frozenlist