File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -1790,7 +1790,7 @@ repository:
1790
1790
| rmul | ror | round | rpow | rrshift | rshift | rsub
1791
1791
| rtruediv | rxor | set | setattr | setitem | setslice
1792
1792
| setstate | sizeof | str | sub | subclasscheck | truediv
1793
- | trunc | unicode | xor
1793
+ | trunc | unicode | xor | matmul | rmatmul | imatmul
1794
1794
)__
1795
1795
)\\ b
1796
1796
Original file line number Diff line number Diff line change @@ -2760,7 +2760,7 @@ indirectly through syntactic constructs
2760
2760
| rmul | ror | round | rpow | rrshift | rshift | rsub
2761
2761
| rtruediv | rxor | set | setattr | setitem | setslice
2762
2762
| setstate | sizeof | str | sub | subclasscheck | truediv
2763
- | trunc | unicode | xor
2763
+ | trunc | unicode | xor | matmul | rmatmul | imatmul
2764
2764
)__
2765
2765
)\b
2766
2766
</string >
Original file line number Diff line number Diff line change @@ -1329,7 +1329,7 @@ repository:
1329
1329
| rmul | ror | round | rpow | rrshift | rshift | rsub
1330
1330
| rtruediv | rxor | set | setattr | setitem | setslice
1331
1331
| setstate | sizeof | str | sub | subclasscheck | truediv
1332
- | trunc | unicode | xor
1332
+ | trunc | unicode | xor | matmul | rmatmul | imatmul
1333
1333
)__
1334
1334
)\b
1335
1335
captures :
Original file line number Diff line number Diff line change 26
26
some .__func__
27
27
some .__self__
28
28
some .__kwdefaults__
29
+ some .__matmul__
30
+ some .__imatmul__
31
+ some .__rmatmul__
29
32
some .__notspecial__
30
33
31
34
127
130
__kwdefaults__ : source .python , support .variable .magic .python
128
131
some : source .python
129
132
. : source .python
133
+ __matmul__ : source .python , support .function .magic .python
134
+ some : source .python
135
+ . : source .python
136
+ __imatmul__ : source .python , support .function .magic .python
137
+ some : source .python
138
+ . : source .python
139
+ __rmatmul__ : source .python , support .function .magic .python
140
+ some : source .python
141
+ . : source .python
130
142
__notspecial__ : source .python
You can’t perform that action at this time.
0 commit comments