BaseFilterObject
implementation of the base filter object
BaseFilterObject
Canonical path: ScriptObjectInteractors.BaseFilterObject.BaseFilterObject
implementation of the base filter object
__call__
abstractmethod
__call__(_element: BaseElementAdapter) -> bool
execute the filtering
Parameters:
-
_element(BaseElementAdapter) –element to filter
Returns:
-
bool–element fulfills the filter: True/False
Placeholder