Searched refs:curr_map (Results 1 – 1 of 1) sorted by relevance
318 def __add_deps_internal(self, src_objs, dst_objs, curr_map): argument321 if not src in curr_map:322 curr_map[src] = []323 if not dst in curr_map[src]:324 curr_map[src].append(dst)