mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
cf7f0e07d0
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
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.
|