• Stars
    star
    107
  • Rank 322,625 (Top 7 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

Docs have been moved to 'readthedocs'