Searched refs:_check_opt_starts_with (Results 1 – 2 of 2) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 957 …def _check_opt_starts_with(self, docstring: PetscDocStringImpl, item: tuple[SourceRange, Describab… member in ParameterList 995 self._check_opt_starts_with(docstring, opts[0], 'Solitary', '.') 998 self._check_opt_starts_with(docstring, opts[0], 'First multi', '+') 1000 self._check_opt_starts_with(docstring, opt, 'Multi', '.') 1001 self._check_opt_starts_with(docstring, opts[-1], 'Last multi', '-')
|
| H A D | _doc_section.py | 349 params._check_opt_starts_with(ds, opt, 'Enum', '$')
|