Home
last modified time | relevance | path

Searched defs:ItemsType (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py638 ItemsType = TypedDict( variable in Synopsis
842 ItemsType: TypeAlias = Dict[int, List[Tuple[SourceRange, DescribableItem, int]]] variable in ParameterList
919 …_prefix_check: Optional[Callable[[ParameterList, PetscDocString, ItemsType], ItemsType]] = None) -… argument
1021 ItemsType: TypeAlias = Dict[int, Tuple[Tuple[SourceRange, str], List[Tuple[SourceRange, str]]]] variable in Prose
1068 ItemsType: TypeAlias = Dict[int, List[int]] variable in VerbatimBlock
1112 ItemsType: TypeAlias = Tuple[ItemsEntry, ...] variable in InlineList
H A D_doc_section.py52 ItemsType = TypedDict( variable in FunctionSynopsis
307 ItemsType = TypedDict( variable in EnumSynopsis
344 …s_with_dollar(params: ParameterList, ds: PetscDocStringImpl, items: ParameterList.ItemsType) -> Pa…
1267 …ferential(self, cursor: Cursor, docstring: PetscDocStringImpl, items: InlineList.ItemsType, last_l…