FelixTheC / py-overload

A Runtime method override decorator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Runtime method override decorator.


Languages

Language:Python 99.8%Language:CSS 0.2%