Searched refs:_is_valid_docstring (Results 1 – 1 of 1) sorted by relevance
499 def _is_valid_docstring(cls, cursor: Cursor, raw: str, doc_extent: SourceRange) -> bool: member in PetscDocString580 if not cls._is_valid_docstring(cursor, raw, extent):