Bool#
- class ctapipe.core.traits.Bool(default_value: Any = traitlets.Undefined, allow_none: bool = False, read_only: bool | None = None, help: str | None = None, config: Any | None = None, **kwargs: Any)#
Bases:
TraitType
[G
,S
]A boolean (True, False) trait.
Attributes Summary
Methods Summary
argcompleter
(**kwargs)Completion hints for argcomplete
from_string
(s)Get a value from a config string
subclass_init
(cls)validate
(obj, value)Attributes Documentation
- default_value: t.Any = False#
Methods Documentation