designspace.IntegerRemaining#

class designspace.IntegerRemaining(lo: int, hi: int, grid: QuantizedSpec | None)#

Bases: object

What an integer parameter may still take, given a partial configuration.

lo#

Lowest value still allowed, inclusive.

Type:

int

hi#

Highest value still allowed, inclusive.

Type:

int

grid#

The grid, if the parameter is quantized.

Type:

QuantizedSpec | None