GroupCondition

Inheritance diagram of GroupCondition

GroupCondition inheritance diagram

class savant.config.schema.GroupCondition(expr='???', value='???')

Determines if a group should be loaded into the pipeline. If expr evaluates to the value, then the condition is considered to be true and the Group is enabled.

expr: str = '???'

Expression to evaluate.

value: str = '???'

Value to compare with.

property is_enabled: bool

Returns True if the condition is enabled, False otherwise.