Searched refs:_is_element_matched (Results 1 – 1 of 1) sorted by relevance
123 and (matched := _is_element_matched(scenario, qelem.re_scenarios)) is False):126 and (matched := _is_element_matched(platform, qelem.re_platforms)) is False):130 and (matched := _is_element_matched(architecture, qelem.re_architectures)) is False135 and (matched := _is_element_matched(simulator_name, qelem.re_simulations)) is False144 def _is_element_matched(element: str, list_of_elements: list[re.Pattern]) -> bool: function