Files
codeql/python
Rasmus Wriedt Larsen bdda0f574b Python: Use new parameter position for synthetic **kwargs instead
We wanted to ensure that a callable did not have multiple parameters
with same parameter position. Originally we fixed this with
02b3a1b515 (like Ruby). This commit
reverts that and solves it by introducing a new parameter position
instead.
2023-03-09 15:00:20 +01:00
..
2023-01-05 20:42:29 +01:00
2022-10-13 11:21:09 -04:00