pysqa.base.validate

pysqa.base.validate#

Functions

check_queue_parameters(active_queue[, ...])

Check the parameters of a queue.

value_error_if_none(value)

Raise a ValueError if the value is None or not a string.

value_in_range([value, value_min, value_max])

Check if a value is within a specified range.