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

Member predicate Function::hasVarArg

Whether this function accepts a variable number of arguments. That is, whether it has a starred (*arg) parameter.

predicate hasVarArg()