FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.
https://pypi.org/project/strongtyping/
107 stars 3 forks source link

Some type hints refactoring #122

Closed ramblehead closed 1 year ago

ramblehead commented 1 year ago

This pull request is addressing issue #121

It is the first iteration. I think, it can be further refined - for example, adding a better type hint to match_class_typing() instead of generic "**kwargs".