Check that a numeric value is range min_value <= value <= max_value.
float
Value to check.
str
Name of value.
Minimum allowed value of the named field (inclusive).
Maximum allowed value of the named field (inclusive).
Class of exception to raise on error.
check_range()