|
7 | 7 | : source.python
|
8 | 8 | ( : punctuation.parenthesis.begin.python, source.python
|
9 | 9 | a, : source.python
|
10 |
| -b : meta.function-call.python, source.python |
| 10 | +b : meta.function-call.generic.python, meta.function-call.python, source.python |
11 | 11 | ( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
12 | 12 | a : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
|
13 | 13 | = : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
16 | 16 | , : source.python
|
17 | 17 | { : punctuation.definition.dict.begin.python, source.python
|
18 | 18 | c: : source.python
|
19 |
| -d : meta.function-call.python, source.python |
| 19 | +d : meta.function-call.generic.python, meta.function-call.python, source.python |
20 | 20 | ( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
21 | 21 | b : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
|
22 | 22 | = : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
25 | 25 | , e: : source.python
|
26 | 26 | [ : punctuation.definition.list.begin.python, source.python
|
27 | 27 | a, : source.python
|
28 |
| -b : meta.function-call.python, source.python |
| 28 | +b : meta.function-call.generic.python, meta.function-call.python, source.python |
29 | 29 | ( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
30 | 30 | z : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
|
31 | 31 | = : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
0 commit comments