mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
6f18936133
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
7 lines
238 B
Text
7 lines
238 B
Text
simplegeneric (Simple generic functions)
|
|
|
|
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.
|