FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.

Home Page:https://pypi.org/project/strongtyping/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version Python application Python tox image Code style: black Imports: isort Documentation Status

Strong Typing

Decorator which checks at Runtime whether the function is called with the correct type of parameters.
And raises TypeMisMatch if the used parameters in a function call where invalid.

About

Decorator which checks whether the function is called with the correct type of parameters.

https://pypi.org/project/strongtyping/


Languages

Language:Python 100.0%Language:CSS 0.0%