An open API service indexing awesome lists of open source software.

https://github.com/tek/crystalmethod

method overloading for python
https://github.com/tek/crystalmethod

Last synced: over 1 year ago
JSON representation

method overloading for python

Awesome Lists containing this project

README

          

A multimethod implementation, loosely based on Guido's initial 'Five-minute Multimethods in Python' : http://www.artima.com/weblogs/viewpost.jsp?thread=101605
This implementation supports instance methods as well as a condition based dispatch.