Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/utils/parser/
Dpb2_utils.py26 dict_to_fill, argument
60 dict_to_fill[filtered_key] = list(
63 dict_to_fill[filtered_key] = msg.__getattribute__(field.name)
66 ret = ret and FillDictAndPost(sub_msg, dict_to_fill, url, headers,
71 response = requests.post(url, data=json.dumps(dict_to_fill),