Searched refs:devices_type (Results 1 – 1 of 1) sorted by relevance
169 def get_device_details(devices_type): argument182 if device_type_match(dev, devices_type):203 if devices_type == network_devices:218 if not device_type_match(devices[d], devices_type):226 if devices_type == network_devices:250 def device_type_match(dev, devices_type): argument251 for i in range(len(devices_type)):255 if dev["Class"][0:2] == devices_type[i]["Class"]:257 for key in devices_type[i].keys():258 if key != 'Class' and devices_type[i][key]:[all …]