designspace.ValueRemaining#

class designspace.ValueRemaining(values: tuple[Any, ...])#

Bases: object

What a bool, categorical, ordinal, or choice parameter may still take.

values#

The values still allowed. For a choice, these are the variant names.

Type:

tuple[Any, …]