CodeQL library for Python
codeql/python-all 2.1.3-dev (changelog, source)
Search

Member predicate Call::getArg

Gets the positional argument at index, provided it is not preceded by a starred argument. This exists primarily for backwards compatibility. You are recommended to use Call.getPositionalArg(index) instead.

Expr getArg(int index)