Name: | python3-simplegeneric |
---|---|
Version: | 0.8.1 |
Release: | 17.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 24519 |
License: | Python or ZPLv2.1 |
RPM: | python3-simplegeneric-0.8.1-17.el8.noarch.rpm |
Source RPM: | python-simplegeneric-0.8.1-17.el8.src.rpm |
Build Date: | Mon May 25 2020 |
Build Host: | jenkins-10-147-72-125-763c9cc3-c381-49a0-aec8-73cd47fdf5fb.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pypi.org/project/simplegeneric/ |
Summary: | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) |
Description: | The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library. |