@@ -8,25 +8,25 @@ def decorated(a): pass
8
8
9
9
10
10
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
12
12
some_decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
13
13
: meta .function .decorator .python , source .python
14
14
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
15
15
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
17
17
some : 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
19
19
class : 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
21
21
decorator : 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
23
23
some_decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
24
24
( : meta .function .decorator .python , punctuation .definition .arguments .begin .python , source .python
25
25
1 : constant .numeric .dec .python , meta .function - call .arguments .python , meta .function .decorator .python , source .python
26
26
) : 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
28
28
some : 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
30
30
decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
31
31
: meta .function .decorator .python , source .python
32
32
( : 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
35
35
: meta .function - call .arguments .python , meta .function .decorator .python , source .python
36
36
3 : constant .numeric .dec .python , meta .function - call .arguments .python , meta .function .decorator .python , source .python
37
37
) : 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
39
39
some_decorator : entity .name .function .decorator .python , meta .function .decorator .python , source .python
40
40
( : meta .function .decorator .python , punctuation .definition .arguments .begin .python , source .python
41
41
a : 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
58
58
** : keyword .operator .unpacking .arguments .python , meta .function - call .arguments .python , meta .function .decorator .python , source .python
59
59
kwargs : meta .function - call .arguments .python , meta .function .decorator .python , source .python
60
60
) : 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
62
62
classmethod : meta .function .decorator .python , source .python , support .type .python
63
63
def : meta .function .python , source .python , storage .type.function .python
64
64
: meta .function .python , source .python
0 commit comments