euporie.core.layout.containers.DimensionTuple

class euporie.core.layout.containers.DimensionTuple(min: int, max: int, preferred: int, weight: int = 1)

A hashable representation of a PTK Dimension.

This allows caching dimension calculations by making them hashable. Used internally by distribute_dimensions() for performance optimization.