Home
last modified time | relevance | path

Searched refs:check_function_map (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_register.py16 check_function_map: dict[str, FunctionChecker] = {} variable
33 global check_function_map
36 for key in list(check_function_map.keys()):
38 del check_function_map[key]
86 __register_base(name, function, check_function_map, exist_ok)
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py331 from ..checks._register import check_function_map, classid_map
341 clang_lib, clang_compat_check, check_function_map, classid_map, DiagnosticManager,
H A D_linter.py669 func_map = _register.check_function_map
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dqueue_main.py155 _register.check_function_map = copy.deepcopy(updated_check_function_map)
H A Dmain.py417 check_function_map_keys = list(pl.checks._register.check_function_map.keys())