slackbuilds_ponce/python/simplegeneric/README
Benjamin Trigona-Harany cf7f0e07d0 python/simplegeneric: Remove Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2017-04-22 08:10:26 +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.