CodeQL library for Python
codeql/python-all 0.11.12 (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)