List-like structure which implements collections.abc.MutableSequence
frozenlist-1.3.1-4-x86_64
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.
FrozenList is also hashable, but only when frozen.