avl._core.bool module
- class avl._core.bool.Bool(name: str, value: bool, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], int] = <class 'str'>)[source]
- __init__(name: str, value: bool, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], int] = <class 'str'>) None[source]
Initialize an instance of the Bool class.
- Parameters:
name (str) – The name of the instance.
value (bool) – The initial value of the instance.
auto_random (bool, optional) – Flag indicating whether the instance should be automatically randomized, defaults to True.