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.py | 16 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.py | 331 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.py | 669 func_map = _register.check_function_map
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | queue_main.py | 155 _register.check_function_map = copy.deepcopy(updated_check_function_map)
|
| H A D | main.py | 417 check_function_map_keys = list(pl.checks._register.check_function_map.keys())
|