Searched refs:SectionImpl (Results 1 – 3 of 3) sorted by relevance
122 SectionImpl = TypeVar('SectionImpl', bound=SectionBase) variable
111 def __init__(self, *args: SectionImpl, verbose: int = 0) -> None: argument150 def __contains__(self, section: SectionImpl) -> bool: argument285 def registered(self, section: SectionImpl) -> bool: argument
139 def check(self, docstring: PetscDocStringImpl, section: SectionImpl, loc: SourceRange) -> None: argument