FilterCollection
implementation of the filter collection
FilterCollection
Canonical path: Utils.ElementFilter.FilterCollection.FilterCollection
Bases: BaseFilterObject
implementation of the filter collection
__call__
__call__(element: BaseElementAdapter) -> bool
execute the filter collection
Parameters:
-
element
(BaseElementAdapter
) –element to filter
Returns:
-
bool
–element fulfills the filter: True/False
append
append(ele_filter: BaseFilterObject | SelectionQuery)
Placeholder