tlc.core.objects.tables.from_table.filtered_table_criteria.logical_not_filter_criterion

Module Contents

Classes

Class

Description

LogicalNotFilterCriterion

API

class tlc.core.objects.tables.from_table.filtered_table_criteria.logical_not_filter_criterion.LogicalNotFilterCriterion(filter_criterion: tlc.core.objects.tables.from_table.filtered_table_criteria.filter_criterion.FilterCriterion | None = None, init_parameters: Any = None)

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

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