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

Member predicate Call::getAnArg

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

Expr getAnArg()