CADETProcess.dataStructure.parameter.Bool#
- class CADETProcess.dataStructure.parameter.Bool(*args: Any, ty: type | None = None, **kwargs: Any)[source]#
Bases:
TypedParameter descriptor constrained to boolean values.
Notes
This class also supports casting integers 0 and 1 to their boolean equivalents.