mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
58a6f4104e
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
5 lines
196 B
Text
5 lines
196 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.
|
|
|
|
To build, this requires pysetuptools.
|