dicfg.addons.typing.BoolTypeValidator# class BoolTypeValidator[source]# Bases: TypeValidator Validator for boolean type. __init__()# Methods __init__() get_addon(name) validate(value) Validate the value Attributes NAME EXPECTED_TYPE# alias of bool classmethod validate(value)# Validate the value