slackbuilds/python/frozenlist
Isaac Yu 710d198831
python/frozenlist: Added (list-like structure)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-07 08:24:46 +07:00
..
README python/frozenlist: Added (list-like structure) 2022-02-07 08:24:46 +07:00
frozenlist.SlackBuild python/frozenlist: Added (list-like structure) 2022-02-07 08:24:46 +07:00
frozenlist.info python/frozenlist: Added (list-like structure) 2022-02-07 08:24:46 +07:00
slack-desc python/frozenlist: Added (list-like structure) 2022-02-07 08:24:46 +07:00

README

FrozenList is a list-like structure which implements
collections.abc.MutableSequence, and which can be made immutable.