type-asserter

This package enforces the functions' type hints at runtime, making sure that the types of the actual parameters and the return value match the types specified in the function signature.


Keywords
TYPE, TYPES, ASSERTION, CHECKER
License
MIT
Install
pip install type-asserter==1.0.0