v 2.3.10 Updated: 11 months ago
frozendict is a simple immutable dictionary
frozendict is a simple immutable dictionary. It's fast as dict, and sometimes faster! Unlike other similar implementations, immutability is guaranteed: you can't change the internal variables of the class, and they are all immutable objects.
https://github.com/Marco-Sulla/python-frozendict
Installations | 0 |
Requested Installations | 0 |