mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
c1728e7022
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
3 lines
157 B
Text
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.
|