Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py354 _, _, section = self.fuzzy_find_section(text, cache_result=False, strict=True)
379 …def fuzzy_find_section(self, line: str, strict: bool = False, **kwargs) -> tuple[str, str, Section… member in SectionManager
767 return self.sections.fuzzy_find_section(line, **kwargs)