Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py122 SectionImpl = TypeVar('SectionImpl', bound=SectionBase) variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py111 def __init__(self, *args: SectionImpl, verbose: int = 0) -> None: argument
150 def __contains__(self, section: SectionImpl) -> bool: argument
285 def registered(self, section: SectionImpl) -> bool: argument
H A D_doc_section_base.py139 def check(self, docstring: PetscDocStringImpl, section: SectionImpl, loc: SourceRange) -> None: argument