validation#

Objects validation utilities.

Functions

ensure_hashable_or_mutable_sequence(value[, ...])

Validate that provided value is either hashable or mutable sequence of hashable values.

is_sequence_not_str(value)

Check if value is a non str sequence.