Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py115 DescribableItem, SectionBase, Synopsis, ParameterList, Prose, VerbatimBlock, InlineList,
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py20 …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.py1110 class InlineList(SectionBase): class
1151 items: list[InlineList.ItemsEntry] = []