Description
Small helper functions make runtime type checks easier to express in Python code. This library gives developers reusable checks for validating values when static typing is not enough or input arrives from dynamic sources.
It is imported by applications and libraries, not opened directly. Validation behavior depends on how the caller uses it, so it should complement clear error handling rather than replace it.