PythonPartByNameFilter
implementation of the PythonPart by name filter
PythonPartByNameFilter
Canonical path: Utils.ElementFilter.PythonPartByNameFilter.PythonPartByNameFilter
Bases: BaseFilterObject
implementation of the PythonPart by name filter
__call__
__call__(element: BaseElementAdapter) -> bool
execute the filtering
Parameters:
-
element
(BaseElementAdapter
) –element to filter
Returns:
-
bool
–element fulfills the filter: True/False
__init__
__init__(ref_pyp_ele: BaseElementAdapter)
Placeholder