File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change @@ -1791,6 +1791,7 @@ repository:
17911791 | rtruediv | rxor | set | setattr | setitem | setslice
17921792 | setstate | sizeof | str | sub | subclasscheck | truediv
17931793 | trunc | unicode | xor | matmul | rmatmul | imatmul
1794+ | init_subclass | set_name | fspath | bytes
17941795 )__
17951796 )\\ b
17961797
@@ -1808,7 +1809,7 @@ repository:
18081809 | doc | file | func | kwdefaults | members
18091810 | metaclass | methods | module | mro | name
18101811 | qualname | self | signature | slots | subclasses
1811- | version | weakref | wrapped
1812+ | version | weakref | wrapped | annotations | classcell
18121813 )__
18131814 )\\ b
18141815
Original file line number Diff line number Diff line change @@ -2761,6 +2761,7 @@ indirectly through syntactic constructs
27612761 | rtruediv | rxor | set | setattr | setitem | setslice
27622762 | setstate | sizeof | str | sub | subclasscheck | truediv
27632763 | trunc | unicode | xor | matmul | rmatmul | imatmul
2764+ | init_subclass | set_name | fspath | bytes
27642765 )__
27652766 )\b
27662767 </string >
@@ -2785,7 +2786,7 @@ indirectly through syntactic constructs
27852786 | doc | file | func | kwdefaults | members
27862787 | metaclass | methods | module | mro | name
27872788 | qualname | self | signature | slots | subclasses
2788- | version | weakref | wrapped
2789+ | version | weakref | wrapped | annotations | classcell
27892790 )__
27902791 )\b
27912792 </string >
Original file line number Diff line number Diff line change @@ -1330,6 +1330,7 @@ repository:
13301330 | rtruediv | rxor | set | setattr | setitem | setslice
13311331 | setstate | sizeof | str | sub | subclasscheck | truediv
13321332 | trunc | unicode | xor | matmul | rmatmul | imatmul
1333+ | init_subclass | set_name | fspath | bytes
13331334 )__
13341335 )\b
13351336 captures :
@@ -1345,7 +1346,7 @@ repository:
13451346 | doc | file | func | kwdefaults | members
13461347 | metaclass | methods | module | mro | name
13471348 | qualname | self | signature | slots | subclasses
1348- | version | weakref | wrapped
1349+ | version | weakref | wrapped | annotations | classcell
13491350 )__
13501351 )\b
13511352 captures :
Original file line number Diff line number Diff line change 2929some .__matmul__
3030some .__imatmul__
3131some .__rmatmul__
32+ some .__annotations__
33+ some .__init_subclass__
34+ some .__set_name__
35+ some .__fspath__
36+ some .__classcell__
37+ some .__bytes__
3238some .__notspecial__
3339
3440
139145__rmatmul__ : source .python , support .function .magic .python
140146some : source .python
141147. : source .python
148+ __annotations__ : source .python , support .variable .magic .python
149+ some : source .python
150+ . : source .python
151+ __init_subclass__ : source .python , support .function .magic .python
152+ some : source .python
153+ . : source .python
154+ __set_name__ : source .python , support .function .magic .python
155+ some : source .python
156+ . : source .python
157+ __fspath__ : source .python , support .function .magic .python
158+ some : source .python
159+ . : source .python
160+ __classcell__ : source .python , support .variable .magic .python
161+ some : source .python
162+ . : source .python
163+ __bytes__ : source .python , support .function .magic .python
164+ some : source .python
165+ . : source .python
142166__notspecial__ : source .python
You can’t perform that action at this time.
0 commit comments