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