Home
last modified time | relevance | path

Searched refs:check_petsc_enum_docstring (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D__init__.py8 from ._docs import check_petsc_function_docstring, check_petsc_enum_docstring
H A D_docs.py79 def check_petsc_enum_docstring(linter: Linter, cursor: Cursor) -> None: function
H A D_register.py236 clx.CursorKind.ENUM_DECL : _docs.check_petsc_enum_docstring,