designspace.PermutationRemaining#

class designspace.PermutationRemaining(items: tuple[Any, ...])#

Bases: object

What a permutation parameter may still order.

Always echoes the declared items: narrowing a permutation would need reasoning beyond the one-unset-operand guarantee, so none is attempted.

items#

The declared items.

Type:

tuple[Any, …]