class documentation

class Range(Integer): (source)

View In Hierarchy

Definition that defines an integer value in a certain range
Method __eq__ Undocumented
Method __init__ Undocumented
Method check No summary
Class Variable __slots__ Undocumented
Instance Variable max Undocumented
Instance Variable min Undocumented

Inherited from ConfigDefinition (via Integer):

Method __ne__ Undocumented
Method tostring Undocumented
Instance Variable allow_empty Undocumented
Instance Variable default Undocumented
Method _check_allow_empty Undocumented
Method _eval_string Undocumented
def __eq__(self, other): (source)
def __init__(self, default, min, max): (source)
def check(self, value): (source)
Check value to be a valid value for this key
Returns
(converted) value if valid
Raises
ValueErrorif value is invalid and can not be converted
__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented