|
| 1 | +a = ... |
| 2 | +a(..., c=...) |
| 3 | +a = ((...), ...) |
| 4 | +....__class__ |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +a : source.python |
| 9 | += : keyword.operator.assignment.python, source.python |
| 10 | + : source.python |
| 11 | +... : constant.other.ellipsis.python, source.python |
| 12 | +a : meta.function-call.python, source.python |
| 13 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 14 | +... : constant.other.ellipsis.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 15 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
| 16 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 17 | +c : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python |
| 18 | += : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 19 | +... : constant.other.ellipsis.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 20 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
| 21 | +a : source.python |
| 22 | += : keyword.operator.assignment.python, source.python |
| 23 | + : source.python |
| 24 | +( : punctuation.parenthesis.begin.python, source.python |
| 25 | +( : punctuation.parenthesis.begin.python, source.python |
| 26 | +... : constant.other.ellipsis.python, source.python |
| 27 | +) : punctuation.parenthesis.end.python, source.python |
| 28 | +, : source.python |
| 29 | +... : constant.other.ellipsis.python, source.python |
| 30 | +) : punctuation.parenthesis.end.python, source.python |
| 31 | +... : constant.other.ellipsis.python, source.python |
| 32 | +. : source.python |
| 33 | +__class__ : source.python, support.variable.magic.python |
0 commit comments