Backport functools.singledispatch to older Pythons.
Project 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 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:
For Enterprise
Available as part of the Tidelift Subscription.
This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for singledispatch-4.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6061bd291204beaeac90cdbc342b68d213b7a6efb44ae6c5e6422a78be351c8a |
|
MD5 | e07166eecdfb26f0869a658312b21dc6 |
|
BLAKE2b-256 | 1dd637db443dbd998b427c7c73fb083208e0e33098c028b37639784ac6eb3de4 |