mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
run the non-us patch with "modelled/modeled"
This commit is contained in:
@@ -385,7 +385,7 @@ private Node update(Node node) {
|
||||
* ```python
|
||||
* f(0, 1, 2, a=3)
|
||||
* ```
|
||||
* will be modelled as
|
||||
* will be modeled as
|
||||
* ```python
|
||||
* f(0, 1, [*t], [**d])
|
||||
* ```
|
||||
@@ -398,7 +398,7 @@ private Node update(Node node) {
|
||||
* ```python
|
||||
* f(0, **{"y": 1, "a": 3})
|
||||
* ```
|
||||
* no tuple argument is synthesized. It is modelled as
|
||||
* no tuple argument is synthesized. It is modeled as
|
||||
* ```python
|
||||
* f(0, [y=1], [**d])
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user