Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py168 return cls.diagnostic_flag('-'.join(flags))
171 …def diagnostic_flag(cls, text: Union[str, collections.deque[str]], *, prefix: str = 'doc') -> coll… member in DocBase