Searched refs:interface_dict (Results 1 – 2 of 2) sorted by relevance
113 interface_dict = None variable115 global interface_dict118 if interface_dict:119 return interface_dict121 interface_dict = {}144 … interface_dict[(i.get("name"))] = [param_list,(i.find('summary').text),"interface"]149 … interface_dict[(i.get("name"))] = [param_list,(i.find('summary').text),"template"]153 return interface_dict
191 interface_dict = get_interface_dict()193 if v not in interface_dict.keys():