Skip to content

FelixTheC/py-overload

Repository files navigation

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