Home
last modified time | relevance | path

Searched refs:function_dict (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A DPetscStaticFunctionCandidates.py24 function_dict = defaultdict(set); variable
31 function_dict[m.group(1)] = file;
35 function_dict[m.group(1)] = file;
60 for funcname in function_dict.keys():
/petsc/doc/
H A Dbuild_man_index.py85 function_dict = alphabet_dict[key]
86 for name in sorted(function_dict.keys()):
88 path_name = function_dict[name]