Searched refs:bp_dict (Results 1 – 1 of 1) sorted by relevance
103 bp_dict = common_util.get_json_dict(json_path)104 return _merge_dict(module_info.name_to_module_info, bp_dict)296 def _merge_dict(mk_dict, bp_dict): argument310 for module in bp_dict.keys():313 _merge_module_keys(merged_dict[module], bp_dict[module])