slackbuilds/python/simplegeneric
Benjamin Trigona-Harany cacbae7fb8
python/simplegeneric: Add Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2019-06-09 05:33:15 +07:00
..
README python/simplegeneric: Remove Python 3 support. 2017-04-22 08:10:26 +07:00
simplegeneric.SlackBuild python/simplegeneric: Add Python 3 support. 2019-06-09 05:33:15 +07:00
simplegeneric.info python/simplegeneric: Add Python 3 support. 2019-06-09 05:33:15 +07:00
slack-desc

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.