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