Searched refs:InlineList (Results 1 – 3 of 3) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 115 DescribableItem, SectionBase, Synopsis, ParameterList, Prose, VerbatimBlock, InlineList,
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section.py | 20 …om ._doc_section_base import SectionBase, Synopsis, ParameterList, Prose, VerbatimBlock, InlineList 1022 class Level(InlineList): 1192 class SeeAlso(InlineList): 1267 …eferential(self, cursor: Cursor, docstring: PetscDocStringImpl, items: InlineList.ItemsType, last_…
|
| H A D | _doc_section_base.py | 1110 class InlineList(SectionBase): class 1151 items: list[InlineList.ItemsEntry] = []
|