slackbuilds_ponce/python/python3-simplegeneric/README
Benjamin Trigona-Harany c1728e7022 python/python3-simplegeneric: Added (Generic functions for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-16 18:24:01 +07:00

3 lines
157 B
Text

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.