py-overload
py-overload copied to clipboard
A Runtime method override decorator.
strongtyping-pyoverload
A Runtime method overload decorator which add overloading capacity similar to C++
- there is a
overridedecorator fromtypingwhich works only for static type checking - this decorator works on
runtime