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