distributions.is_ordered_triplet()
Validates that three values are in ascending order.
Usage
distributions.is_ordered_triplet(
low, middle, high, low_name="low", middle_name="middle", high_name="high"
)Validates that three values are in ascending order.
Usage