Lines Matching refs:get
33 source = data.get('source')
34 notice = data.get('notice')
41 source = cp_info.get('source')
42 dest = cp_info.get('dest')
43 notice = cp_info.get('notice')
44 install_dir = cp_info.get('install_dir')
118 sdk_label = module.get('label')
119 module_info_file = module.get('module_info_file')
126 if sdk_label == item.get('label'):
127 dest = os.path.join(sdk_out_dir, item.get('install_dir'),
131 cp_info['install_dir'] = item.get('install_dir')