yawning_titan.config.groups.validation#
Classes
Inherit from this group if any value should be greater 0 in order to be valid. |
|
Inherit from this group if any value should be True. |
|
Inherit from this group if any element should have a value of True or should be a group with use as True. |
- class yawning_titan.config.groups.validation.AnyNonZeroGroup(doc=None)[source]#
Inherit from this group if any value should be greater 0 in order to be valid.
The ConfigGroup constructor.
- Parameters:
doc – The groups doc.
- class yawning_titan.config.groups.validation.AnyTrueGroup(doc=None)[source]#
Inherit from this group if any value should be True.
The ConfigGroup constructor.
- Parameters:
doc – The groups doc.