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
- Host: GitHub
- URL: https://github.com/tek/crystalmethod
- Owner: tek
- Created: 2013-09-20T09:39:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T13:43:14.000Z (almost 13 years ago)
- Last Synced: 2025-01-31T04:01:39.957Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.