type_checking

A module for type checking of arguments passed to functions at runtime.

Summary

Functions:

get_type_error_message

Get the error message for a type error.

Reference

get_type_error_message(
arg_name,
value,
expected_type,
)[source]

Get the error message for a type error.