blob: 9b6bc4c356b170d669088565efd020d586698392 (
plain)
1
2
3
4
5
|
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.
|