Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.25 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.25 KB

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