Searched refs:CursorLike (Results 1 – 7 of 7) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _cursor.py | 67 def make_cxcursor_and_range_callback(cursor: CursorLike, parsing_error_handler: Optional[Callable[[… argument 136 def __init__(self, cursor: CursorLike, idx: int = -12345) -> None: argument 187 def _unhandleable_cursor(cls, cursor: CursorLike) -> NoReturn: argument 232 def cast(cls, cursor: CursorLike) -> Cursor: argument 248 def error_view_from_cursor(cls, cursor: CursorLike) -> str: argument 273 def get_name_from_cursor(cls, cursor: CursorLike) -> str: argument 289 def cls_get_name_from_cursor_safe_call(cursor: CursorLike) -> str: argument 377 def get_raw_name_from_cursor(cls, cursor: CursorLike) -> str: argument 407 def get_typename_from_cursor(cls, cursor: CursorLike) -> str: argument 426 def get_derived_typename_from_cursor(cursor: CursorLike) -> str: argument [all …]
|
| H A D | _util.py | 18 def no_system_includes(cursor: CursorLike, level: IndentLevel, **kwargs) -> bool: argument 26 def only_files(cursor: CursorLike, level: IndentLevel, **kwargs) -> bool: argument 72 def view_ast_from_cursor(cursor: CursorLike, pred: Callable[..., bool] = verbose_print, level: Inde… argument 129 def get_raw_source_from_cursor(cursor: CursorLike, **kwargs) -> str: argument 177 def get_formatted_source_from_cursor(cursor: CursorLike, **kwargs) -> str: argument 180 def view_cursor_full(cursor: CursorLike, **kwargs) -> list[str]: argument
|
| H A D | _patch.py | 122 def from_cursor(cls, cursor: CursorLike, value: str, **kwargs) -> Patch: argument
|
| H A D | _linter.py | 352 def get_argument_cursors(func_cursor: CursorLike) -> tuple[Cursor, ...]: argument 448 def cursor_is_public(cursor: CursorLike) -> bool: argument
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 374 …Cursor, parent_arg_names: tuple[str, ...], trace: list[CursorLike]) -> tuple[int, list[CursorLike]… argument 379 potential_parents: list[CursorLike] = [] 514 …ble_to_parent_args(obj: Cursor, parent_arg_names: tuple[str, ...]) -> tuple[int, list[CursorLike]]: 590 trace: list[CursorLike] = []
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 68 CursorLike: TypeAlias = Union[clx.Cursor, Cursor] variable
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section.py | 432 def _get_deref_pointer_cursor_type(cursor: CursorLike) -> clx.Type: argument 755 def _get_recursive_cursor_list(self, cursor_list: Iterable[CursorLike]) -> list[Cursor]: argument
|