tlc.core.objects.tables.from_table.filtered_table_criteria.bool_filter_criterion¶
Module Contents¶
Classes¶
Class |
Description |
|---|---|
A BoolFilterCriterion is a predicate that can be applied to an object’s attribute to determine whether the object matches the criterion. |
API¶
- class BoolFilterCriterion( )¶
Bases:
tlc.core.objects.tables.from_table.filtered_table_criteria.filter_criterion.ColumnFilterCriterionA BoolFilterCriterion is a predicate that can be applied to an object’s attribute to determine whether the object matches the criterion.
Initialize a new BoolFilterCriterion.
- Parameters:
attribute – The name of the attribute to which the criterion applies.
bool_value – The boolean value to match.
init_parameters – The initial parameters for the creating the criterion.
- static from_any(
- any_filter_criterion: Mapping | FilterCriterion,