Skip to content

CommonPropertiesFilterImpl

Canonical path: Utils.ElementFilter.CommonPropertiesFilter.CommonPropertiesFilterImpl

Bases: BaseFilterObject

Filter for common properties

Methods:

__call__

__call__(element: BaseElementAdapter) -> bool

Execute the filtering

Parameters:

Returns:

  • bool

    element fulfills the filter: True/False

__init__

__init__(filter_str: str)

Initialize

Parameters:

  • filter_str (str) –

    filter string

__str__

__str__() -> str

String representation of the filter

Returns:

  • str

    string representation

to_info_string

to_info_string() -> str

String representation of the filter for info

Returns:

  • str

    string representation for info

Placeholder