mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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.
|