|
23 | 23 | '@pos': { '@type': "uast:Positions", |
24 | 24 | }, |
25 | 25 | args: [ |
26 | | - { '@type': "arg", |
| 26 | + { '@type': "kwonly_arg", |
27 | 27 | '@token': "a", |
28 | | - '@role': [Argument, Declaration, Function, Name], |
| 28 | + '@role': [Argument, Declaration, Function, Incomplete, Name], |
29 | 29 | '@pos': { '@type': "uast:Positions", |
30 | 30 | start: { '@type': "uast:Position", |
31 | 31 | offset: 16, |
|
47 | 47 | LiteralValue: "None", |
48 | 48 | }, |
49 | 49 | }, |
50 | | - { '@type': "arg", |
| 50 | + { '@type': "kwonly_arg", |
51 | 51 | '@token': "b", |
52 | | - '@role': [Argument, Declaration, Function, Name], |
| 52 | + '@role': [Argument, Declaration, Function, Incomplete, Name], |
53 | 53 | '@pos': { '@type': "uast:Positions", |
54 | 54 | start: { '@type': "uast:Position", |
55 | 55 | offset: 19, |
|
80 | 80 | }, |
81 | 81 | }, |
82 | 82 | }, |
83 | | - { '@type': "arg", |
| 83 | + { '@type': "kwonly_arg", |
84 | 84 | '@token': "c", |
85 | | - '@role': [Argument, Declaration, Function, Name], |
| 85 | + '@role': [Argument, Declaration, Function, Incomplete, Name], |
86 | 86 | '@pos': { '@type': "uast:Positions", |
87 | 87 | start: { '@type': "uast:Position", |
88 | 88 | offset: 24, |
|
0 commit comments