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:
17901790 | rmul | ror | round | rpow | rrshift | rshift | rsub
17911791 | rtruediv | rxor | set | setattr | setitem | setslice
17921792 | setstate | sizeof | str | sub | subclasscheck | truediv
1793- | trunc | unicode | xor
1793+ | trunc | unicode | xor | matmul | rmatmul | imatmul
17941794 )__
17951795 )\\ b
17961796
Original file line number Diff line number Diff line change @@ -2760,7 +2760,7 @@ indirectly through syntactic constructs
27602760 | rmul | ror | round | rpow | rrshift | rshift | rsub
27612761 | rtruediv | rxor | set | setattr | setitem | setslice
27622762 | setstate | sizeof | str | sub | subclasscheck | truediv
2763- | trunc | unicode | xor
2763+ | trunc | unicode | xor | matmul | rmatmul | imatmul
27642764 )__
27652765 )\b
27662766 </string >
Original file line number Diff line number Diff line change @@ -1329,7 +1329,7 @@ repository:
13291329 | rmul | ror | round | rpow | rrshift | rshift | rsub
13301330 | rtruediv | rxor | set | setattr | setitem | setslice
13311331 | setstate | sizeof | str | sub | subclasscheck | truediv
1332- | trunc | unicode | xor
1332+ | trunc | unicode | xor | matmul | rmatmul | imatmul
13331333 )__
13341334 )\b
13351335 captures :
Original file line number Diff line number Diff line change 2626some .__func__
2727some .__self__
2828some .__kwdefaults__
29+ some .__matmul__
30+ some .__imatmul__
31+ some .__rmatmul__
2932some .__notspecial__
3033
3134
127130__kwdefaults__ : source .python , support .variable .magic .python
128131some : source .python
129132. : 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
130142__notspecial__ : source .python
You can’t perform that action at this time.
0 commit comments