Home
last modified time | relevance | path

Searched refs:match_struct (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py778 def match_struct(structure, match_dict, regex=False): function
905 if match_struct(element, filter_dict, regex) != invert:
913 if match_struct(struct_value, filter_dict, regex) != invert: