Searched refs:function_dict (Results 1 – 2 of 2) sorted by relevance
24 function_dict = defaultdict(set); variable31 function_dict[m.group(1)] = file;35 function_dict[m.group(1)] = file;60 for funcname in function_dict.keys():
85 function_dict = alphabet_dict[key]86 for name in sorted(function_dict.keys()):88 path_name = function_dict[name]