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

Remove print() from Exceptions #112

Closed JakobDev closed 1 year ago

JakobDev commented 1 year ago

Now the Exceptions can be better handled

FelixTheC commented 1 year ago

Thanks for your support what was the branch you used?? At the moment the typing library changes so often that I decided to make specific branches for specific versions to avoid to much if-else statements.

JakobDev commented 1 year ago

It's against the main branch