Pakket: python3-immutabledict (4.2.1-1~exp1)
Verwijzigingen voor python3-immutabledict
Debian bronnen:
Het bronpakket python-immutabledict downloaden:
- [python-immutabledict_4.2.1-1~exp1.dsc]
- [python-immutabledict_4.2.1.orig.tar.gz]
- [python-immutabledict_4.2.1-1~exp1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
immutable wrapper around dictionaries (fork of frozendict)
Immutabledict implements the complete mapping interface and can be used as a drop-in replacement for dictionaries where immutability is desired. The immutabledict constructor mimics dict, and all of the expected interfaces (iter, len, repr, hash, getitem) are provided. Note that an immutabledict does not guarantee the immutability of its values, so the utility of hash method is restricted by usage.
The only difference is that the copy() method of immutable takes variable keyword arguments, which will be present as key/value pairs in the new, immutable copy.
Andere aan python3-immutabledict gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)