slackbuilds/python/simplegeneric
Benjamin Trigona-Harany 9cd058a189
python/simplegeneric: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-05-02 17:21:02 +07:00
..
README
simplegeneric.SlackBuild python/simplegeneric: Removed Python 2 support. 2021-05-02 17:21:02 +07:00
simplegeneric.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05: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.