https://github.com/felixthec/py-overload
A Runtime method override decorator.
https://github.com/felixthec/py-overload
method-overloading python type-hints
Last synced: 5 months ago
JSON representation
A Runtime method override decorator.
- Host: GitHub
- URL: https://github.com/felixthec/py-overload
- Owner: FelixTheC
- Created: 2022-01-26T22:42:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:26:01.000Z (6 months ago)
- Last Synced: 2024-11-29T16:03:54.164Z (6 months ago)
- Topics: method-overloading, python, type-hints
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strongtyping-pyoverload
[](https://www.python.org/downloads/release/python-390/)
[](https://www.python.org/downloads/release/python-3100/)
[](https://www.python.org/downloads/release/python-3110/)
[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)



## A Runtime method overload decorator which add overloading capacity similar to C++
- there is a `override` decorator from `typing` which works only for static type checking
- this decorator works on `runtime`## Documentation can be found here
### [readthedocs](https://strongtyping-pyoverload.readthedocs.io/en/latest/)