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

Member predicate Function::hasKwArg

Whether this function accepts arbitrary keyword arguments. That is, whether it has a double-starred (**kwarg) parameter.

predicate hasKwArg()