python-simplegeneric

simple generic functions for Python

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pypi.python.org/pypi/simplegeneric


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-simplegeneric