summaryrefslogtreecommitdiffstats
path: root/python/python3-simplegeneric/README
blob: 390479b2e892c4db6d780fbdff593a1dc3181dec (plain)
1
2
3
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.