tlc.core.objects.tables.from_table.filtered_table_criteria.integer_set_filter_criterion

Module Contents

Classes

Class

Description

IntegerSetFilterCriterion

API

class tlc.core.objects.tables.from_table.filtered_table_criteria.integer_set_filter_criterion.IntegerSetFilterCriterion(negate: bool | None = None, attribute: str | None = None, integer_set: list[int] | None = None, init_parameters: Any = None)

Bases: tlc.core.objects.tables.from_table.filtered_table_criteria.filter_criterion.ColumnFilterCriterion

static from_any(any_filter_criterion: tlc.core.objects.tables.from_table.filtered_table_criteria.filter_criterion.FilterCriterion | collections.abc.Mapping) tlc.core.objects.tables.from_table.filtered_table_criteria.integer_set_filter_criterion.IntegerSetFilterCriterion