distributions.is_ordered_triplet()

Validates that three values are in ascending order.

Usage

Source

distributions.is_ordered_triplet(
    low, middle, high, low_name="low", middle_name="middle", high_name="high"
)