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