Searched refs:match_table_list (Results 1 – 1 of 1) sorted by relevance
29 def parse_of_device_id(data, match_table_list=None): argument33 if match_table_list is not None and m[2] not in match_table_list:42 match_table_list = []44 match_table_list.append(m[2])46 return match_table_list65 match_table_list = parse_of_match_table(data)66 compat_list = parse_of_device_id(data, match_table_list)
Completed in 3 milliseconds