Lines Matching refs:get
85 pn_task = "%s_%s" % (dict_in.get(k).get('pn'), dict_in.get(k).get('task'))
88 full_path_pre = dict_out.get(pn_task).get('path')
89 full_path_cur = dict_in.get(k).get('path')
92 subdict['pv'] = dict_in.get(k).get('pv')
93 subdict['pr'] = dict_in.get(k).get('pr')
94 subdict['path'] = dict_in.get(k).get('path')
116 added[k] = d_new.get(k)
130 added_format[pn] = "%s %s" % (added_format.get(pn), task)
136 print(" %s: %s" % (k, added_format.get(k)))
148 if d_new.get(k).get(vr) != d_old.get(k).get(vr):
156 pvchanged[pn] = "%s -> %s" % (d_old.get(k).get(vr), d_new.get(k).get(vr))
164 print(" %s: %s" % (k, pvchanged.get(k)))
178 full_path_old = d_old.get(k).get("path")
179 full_path_new = d_new.get(k).get("path")
190 depchanged[pn] = "%s %s" % (depchanged.get(pn), task)
301 total_changed = cnt_added + (cnt_rv.get('pv') or 0) + (cnt_rv.get('pr') or 0) + cnt_dep
309 (cnt_added, cnt_rv.get('pv') or 0, cnt_rv.get('pr') or 0, cnt_dep))