Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python-dispatch
Rule and type-based generic dispatching for python
http://peak.telecommunity.com/
0
no reviews
Install
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".