Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_code.py43 func_args = linter.get_argument_cursors(func)
44 parent_args = linter.get_argument_cursors(parent)
62 func_args = linter.get_argument_cursors(func)
63 parent_args = linter.get_argument_cursors(parent)
83 func_args = linter.get_argument_cursors(func)
84 parent_args = linter.get_argument_cursors(parent)
103 func_args = linter.get_argument_cursors(func)
104 parent_args = linter.get_argument_cursors(parent)
127 func_args = linter.get_argument_cursors(func)
128 parent_args = linter.get_argument_cursors(parent)
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py173 f'{c.derivedtypename} {c.name}' for c in linter.get_argument_cursors(cursor)
847 fnargs = linter.get_argument_cursors(cursor)
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py352 def get_argument_cursors(func_cursor: CursorLike) -> tuple[Cursor, ...]: member in Linter