strongtyping-pyoverload

A Runtime method overload decorator.


Keywords
method-overloading, python, type-hints
License
MIT
Install
pip install strongtyping-pyoverload==0.3.0

Documentation

strongtyping-pyoverload

Python 3.9 Python 3.10 Python 3.11 Code style: black Imports: isort Python application Python tox image

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