loongson/pypi/: singledispatch-3.7.0 metadata and description
Backport functools.singledispatch from Python 3.4 to Python 2.6-3.3.
author | Jason R. Coombs |
author_email | jaraco@jaraco.com |
classifiers |
|
keywords | single,dispatch,generic,functions,singledispatch,genericfunctions,decorator,backport |
platform |
|
provides_extras | testing |
requires_dist |
|
requires_python | >=2.6 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
singledispatch-3.7.0-py2.py3-none-any.whl
|
|
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 and its evolution.
Refer to the upstream documentation for API guidance. To use the backport, simply use from singledispatch import singledispatch, singledispatchmethod in place of from functools import singledispatch, singledispatchmethod.
Maintenance
This backport is maintained on Github by Jason R. Coombs, one of the members of the core CPython team: