summaryrefslogtreecommitdiffstats
path: root/python/simplegeneric/README
blob: e18377fb96a569a0ae2718b66a6b162aa400de5f (plain)
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.

Python 3 support will be included if python3 is installed.