slackbuilds/python/python3-simplegeneric
David Spencer 8a1a02e79a python/python3-simplegeneric: Updated homepage and download links.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-05-20 06:54:43 +07:00
..
README python/python3-simplegeneric: Added (Generic functions for Python3). 2017-04-16 18:24:01 +07:00
python3-simplegeneric.SlackBuild python/python3-simplegeneric: Added (Generic functions for Python3). 2017-04-16 18:24:01 +07:00
python3-simplegeneric.info python/python3-simplegeneric: Updated homepage and download links. 2017-05-20 06:54:43 +07:00
slack-desc python/python3-simplegeneric: Added (Generic functions for Python3). 2017-04-16 18:24:01 +07:00

README

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.