Name: | python-singledispatch |
---|---|
Version: | 3.4.0.2 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 46379 |
License: | MIT |
RPM: | python-singledispatch-3.4.0.2-2.el7.noarch.rpm |
Source RPM: | python-singledispatch-3.4.0.2-2.el7.src.rpm |
Build Date: | Mon Aug 21 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://docs.python.org/3/library/functools.html#functools.singledispatch |
Summary: | This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3 |
Description: | PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3. |