@@ -8,25 +8,25 @@ def decorated(a): pass
88
99
1010
11- @ : entity .name .function .decorator .python , meta .function .decorator .python , source .python
11+ @ : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . definition . decorator . python , source .python
1212some_decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
1313 : meta .function .decorator .python , source .python
1414# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
1515 with comment : comment .line .number - sign .python , source .python
16- @ : entity .name .function .decorator .python , meta .function .decorator .python , source .python
16+ @ : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . definition . decorator . python , source .python
1717some : entity .name .function .decorator .python , meta .function .decorator .python , source .python
18- . : entity .name .function .decorator .python , meta .function .decorator .python , source .python
18+ . : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . separator . period . python , source .python
1919class : keyword .control .flow .python , meta .function .decorator .python , source .python
20- . : entity .name .function .decorator .python , meta .function .decorator .python , source .python
20+ . : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . separator . period . python , source .python
2121decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
22- @ : entity .name .function .decorator .python , meta .function .decorator .python , source .python
22+ @ : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . definition . decorator . python , source .python
2323some_decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
2424( : meta .function .decorator .python , punctuation .definition .arguments .begin .python , source .python
25251 : constant .numeric .dec .python , meta .function - call .arguments .python , meta .function .decorator .python , source .python
2626) : meta .function .decorator .python , punctuation .definition .arguments .end .python , source .python
27- @ : entity .name .function .decorator .python , meta .function .decorator .python , source .python
27+ @ : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . definition . decorator . python , source .python
2828some : entity .name .function .decorator .python , meta .function .decorator .python , source .python
29- . : entity .name .function .decorator .python , meta .function .decorator .python , source .python
29+ . : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . separator . period . python , source .python
3030decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
3131 : meta .function .decorator .python , source .python
3232( : meta .function .decorator .python , punctuation .definition .arguments .begin .python , source .python
@@ -35,7 +35,7 @@ class : keyword.control.flow.python, meta.function.decorator.python, sou
3535 : meta .function - call .arguments .python , meta .function .decorator .python , source .python
36363 : constant .numeric .dec .python , meta .function - call .arguments .python , meta .function .decorator .python , source .python
3737) : meta .function .decorator .python , punctuation .definition .arguments .end .python , source .python
38- @ : entity .name .function .decorator .python , meta .function .decorator .python , source .python
38+ @ : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . definition . decorator . python , source .python
3939some_decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
4040( : meta .function .decorator .python , punctuation .definition .arguments .begin .python , source .python
4141a : meta .function - call .arguments .python , meta .function .decorator .python , source .python , variable .parameter .function - call .python
@@ -58,7 +58,7 @@ class : keyword.control.flow.python, meta.function.decorator.python, sou
5858** : keyword .operator .unpacking .arguments .python , meta .function - call .arguments .python , meta .function .decorator .python , source .python
5959kwargs : meta .function - call .arguments .python , meta .function .decorator .python , source .python
6060) : meta .function .decorator .python , punctuation .definition .arguments .end .python , source .python
61- @ : entity .name .function .decorator .python , meta .function .decorator .python , source .python
61+ @ : entity .name .function .decorator .python , meta .function .decorator .python , punctuation . definition . decorator . python , source .python
6262classmethod : meta .function .decorator .python , source .python , support .type .python
6363def : meta .function .python , source .python , storage .type.function .python
6464 : meta .function .python , source .python
0 commit comments