Home
last modified time | relevance | path

Searched refs:check_petsc_function_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.py53 def check_petsc_function_docstring(linter: Linter, cursor: Cursor) -> None: function
H A D_register.py235 clx.CursorKind.FUNCTION_DECL : _docs.check_petsc_function_docstring,