Searched refs:DefaultSection (Results 1 – 3 of 3) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _docs.py | 14 DefaultSection, FunctionSynopsis, EnumSynopsis, FunctionParameterList, OptionDatabaseKeys, Level, 49 DefaultSection() 76 DefaultSection()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 27 DefaultSection, Synopsis, FunctionParameterList, OptionDatabaseKeys, Level, Notes, FortranNotes, 357 return Verdict.NOT_HEADING if isinstance(section, DefaultSection) else Verdict.IS_HEADING 417 if strict and isinstance(section, DefaultSection): 454 DefaultSection(), 1101 if isinstance(section_guess, DefaultSection):
|
| H A D | _doc_section.py | 30 class DefaultSection(SectionBase): class
|