Name: | python39-pyrsistent-epel-doc |
---|---|
Version: | 0.17.3 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 5226798 |
License: | MIT and BSD |
RPM: | python39-pyrsistent-epel-doc-0.17.3-1.el8.noarch.rpm |
Source RPM: | python39-pyrsistent-epel-0.17.3-1.el8.src.rpm |
Build Date: | Mon May 20 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/tobgu/pyrsistent/ |
Summary: | Documentation for pyrsistent |
Description: | Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched. |