Searched refs:get_argument_cursors (Results 1 – 3 of 3) sorted by relevance
43 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)
173 f'{c.derivedtypename} {c.name}' for c in linter.get_argument_cursors(cursor)847 fnargs = linter.get_argument_cursors(cursor)
352 def get_argument_cursors(func_cursor: CursorLike) -> tuple[Cursor, ...]: member in Linter