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

Member predicate Call::getKeyword

Gets the nth keyword argument of this call expression, provided it is not preceded by a double-starred argument. This exists primarily for backwards compatibility. You are recommended to use Call.getNamedArg(index) instead.

Keyword getKeyword(int index)