python-multipledispatch 0.6.0
Multiple dispatch for Python based on pattern matching
This library provides an efficient mechanism for overloading function implementations based on the types of the arguments.
- Outputs:
out
- Website: https://github.com/mrocklin/multipledispatch/
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-multipledispatch 0.6.0
as follows:
guix install python-multipledispatch@0.6.0
Or install the latest version:
guix install python-multipledispatch
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.