Files
codeql/python/ql/test
Rasmus Wriedt Larsen 02b3a1b515 Python: At most one **kwargs ParameterNode per callable
Similar to the Ruby changes from
https://github.com/github/codeql/pull/11461

I feel the change to `DataFlowFunciton.getParameter` where we use
`not exists(func.getArgByName(_))` is not very great, but I was not allowed
to use `not exists(this.getParameter(any(ParameterPosition _).isKeyword(_)))`
because of negative recursion.
2023-01-27 11:14:42 +01:00
..
2022-12-28 11:05:48 +00:00
2019-08-17 16:31:19 +01:00
2022-11-01 13:29:05 -04:00