SimpleBoolModel

class SimpleBoolModel(AbstractValueModel):

A very simple bool model.

Properies / Methods

def max(self) -> bool:

This property holds the model’s maximum value. type : bool

def max(self, arg1: bool) -> None:

This property holds the model’s maximum value.

def min(self) -> bool:

This property holds the model’s minimum value. type : bool

def min(self, arg1: bool) -> None:

This property holds the model’s minimum value.