Home
last modified time | relevance | path

Searched refs:classid_map (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_register.py15 classid_map: dict[str, str] = {} variable
66 __register_base(struct_name, classid_name, classid_map, exist_ok)
H A D_util.py304 from ._register import classid_map
306 if obj.typename not in classid_map:
358 from ._register import classid_map
361 expected = classid_map[obj.typename]
/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,
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dqueue_main.py156 _register.classid_map = copy.deepcopy(updated_classid_map)