Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/mass_mfg/
Dmfg_gen.py211 def add_data_to_file(config_data_to_write, key_value_pair, output_csv_file): argument
233 while key not in key_value_pair[0]:
234 del key_value_pair[0]
235 if key in key_value_pair[0]:
236 value = key_value_pair[0][1]
238 del key_value_pair[0]
358 key_value_pair = key_value_data[:]
367 add_data_to_file(config_data_to_write, key_value_pair, output_csv_file)