python-dispatch

Rule and type-based generic dispatching for python
  http://peak.telecommunity.com/
  0
  no reviews



The dispatch module allows python programmers to write generic functions to handle various problems based on rules for the arguments it receives.

this allows python implementations of double dispatch and "multimethods".