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

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

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.