Searched defs:SourceRange (Results 1 – 6 of 6) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 139 def check(self, docstring: PetscDocStringImpl, section: SectionImpl, loc: SourceRange) -> None: 316 …def consume(self, data: Collection[tuple[SourceRange, str, Verdict]]) -> list[tuple[SourceRange, s… 464 …(self, linter: Linter, docstring: PetscDocStringImpl, headings: Optional[Sequence[tuple[SourceRang… 572 …_header_solitary(self, docstring: PetscDocStringImpl, headings: Optional[Sequence[tuple[SourceRang… 676 … def __call__(self, ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: 727 …(self: SynopsisImpl, docstring: PetscDocStringImpl, cursor: Cursor, loc: SourceRange, symbol: str)… 875 …def check_aligned_descriptions(self, ds: PetscDocStringImpl, group: Sequence[tuple[SourceRange, De… 935 def inspector(ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: 957 …def _check_opt_starts_with(self, docstring: PetscDocStringImpl, item: tuple[SourceRange, Describab… 1044 def inspector(ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: [all …]
|
| H A D | _doc_section.py | 86 … def __call__(self, ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: 327 … def __call__(self, ds: PetscDocStringImpl, loc: SourceRange, line: str, verdict: Verdict) -> None: 666 …StringImpl, arg_cursors: Sequence[Cursor], not_found: list[tuple[str, SourceRange]], args_left: li… argument 1049 …def __do_check_valid_level_spelling(self, docstring: PetscDocStringImpl, loc: SourceRange, level_n… 1064 def make_sub_loc(loc: SourceRange, substr: str) -> SourceRange: 1225 def __make_deletion_patch(loc: SourceRange, text: str, look_behind: bool) -> Patch: 1267 …rsor, docstring: PetscDocStringImpl, items: InlineList.ItemsType, last_loc: SourceRange) -> list[t… 1301 …osed_by_special_chars(self, docstring: PetscDocStringImpl, item_remain: list[tuple[SourceRange, st… 1324 …ntries(self, docstring: PetscDocStringImpl, item_remain: list[tuple[SourceRange, str]], last_loc: …
|
| H A D | _doc_str.py | 499 def _is_valid_docstring(cls, cursor: Cursor, raw: str, doc_extent: SourceRange) -> bool: 693 …tic(self, kind: DiagnosticKind, diag_flag: str, msg: str, src_range: Optional[Union[SourceRange, C…
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _patch.py | 20 def __init__(self, value: str, extent: SourceRange, ctxlines: int) -> None:
|
| H A D | _src_pos.py | 235 class SourceRange(AttributeCache): class 317 def contains(loc: Union[SourceRange, SourceLocation]) -> bool:
|
| H A D | _cursor.py | 89 …def visitor(ctx: Any, raw_clx_cursor: clx.Cursor, src_range: clx.SourceRange) -> CXChildVisitResul…
|