Home
last modified time | relevance | path

Searched refs: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
645 items: ItemsType
662 items: Synopsis.ItemsType
842 ItemsType: TypeAlias = Dict[int, List[Tuple[SourceRange, DescribableItem, int]]] variable in ParameterList
843 items: ItemsType
919 …t_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
1022 items: ItemsType
1068 ItemsType: TypeAlias = Dict[int, List[int]] variable in VerbatimBlock
1069 items: ItemsType
[all …]
H A D_doc_section.py52 ItemsType = TypedDict( variable in FunctionSynopsis
67 items: ItemsType
104 def get_items(self, ds: PetscDocStringImpl) -> FunctionSynopsis.ItemsType:
307 ItemsType = TypedDict( variable in EnumSynopsis
315 items: ItemsType
344 … ParameterList, ds: PetscDocStringImpl, items: ParameterList.ItemsType) -> ParameterList.ItemsType: argument
352 def get_items(self, ds: PetscDocStringImpl) -> EnumSynopsis.ItemsType:
1267 …(self, cursor: Cursor, docstring: PetscDocStringImpl, items: InlineList.ItemsType, last_loc: Sourc… argument