Allfaq.org
 
 
simplegeneric 0.7

simplegeneric is a Python module which lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using ...