https://github.com/nhoad/overload
Function overloading with Python 3, using annotations
https://github.com/nhoad/overload
Last synced: 5 months ago
JSON representation
Function overloading with Python 3, using annotations
- Host: GitHub
- URL: https://github.com/nhoad/overload
- Owner: nhoad
- License: bsd-3-clause
- Created: 2014-06-23T13:45:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T14:10:25.000Z (about 12 years ago)
- Last Synced: 2024-12-30T13:51:47.127Z (over 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
overload
========
Function overloading with Python 3, using annotations.
Ever wanted to overload a function, based on type? Now you can!
But seriously, don't use this.