designspace.IntegerDomain#

class designspace.IntegerDomain(lo: int | ArithExpr, hi: int | ArithExpr)#

Bases: object

A range of integers, declared by .integer().

lo#

Lower bound, inclusive. An expression when the bound depends on another parameter.

Type:

int | ArithExpr

hi#

Upper bound, inclusive.

Type:

int | ArithExpr