Searched refs:get_values (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-power/phosphor-regulators/tools/ |
| H A D | validate-regulators-config.py | 20 def get_values(json_element, key, result=None): function 37 get_values(json_element[json_key], key, result) 41 get_values(item, key, result) 75 i2c_write_bytes = get_values(config_json, "i2c_write_bytes") 76 i2c_compare_bytes = get_values(config_json, "i2c_compare_bytes") 113 rule_ids = get_values(config_json, "rule_id") 132 device_ids = get_values(config_json, "device_id") 151 device_ids = get_values(config_json, "set_device") 170 rule_ids = get_values(config_json, "run_rule") 230 json_ids = get_values(config_json, "id")
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | parser.py | 387 def get_values(self) -> List[object]: 411 expr = self.get_values() 384 def get_values(self) -> List[object]: global() member in QAPISchemaParser
|