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