File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -1791,7 +1791,7 @@ repository:
1791
1791
| rtruediv | rxor | set | setattr | setitem | setslice
1792
1792
| setstate | sizeof | str | sub | subclasscheck | truediv
1793
1793
| trunc | unicode | xor | matmul | rmatmul | imatmul
1794
- | init_subclass | set_name | fspath | bytes
1794
+ | init_subclass | set_name | fspath | bytes | prepare
1795
1795
)__
1796
1796
)\\ b
1797
1797
@@ -1810,6 +1810,7 @@ repository:
1810
1810
| metaclass | methods | module | mro | name
1811
1811
| qualname | self | signature | slots | subclasses
1812
1812
| version | weakref | wrapped | annotations | classcell
1813
+ | spec | path | package
1813
1814
)__
1814
1815
)\\ b
1815
1816
Original file line number Diff line number Diff line change @@ -2761,7 +2761,7 @@ indirectly through syntactic constructs
2761
2761
| rtruediv | rxor | set | setattr | setitem | setslice
2762
2762
| setstate | sizeof | str | sub | subclasscheck | truediv
2763
2763
| trunc | unicode | xor | matmul | rmatmul | imatmul
2764
- | init_subclass | set_name | fspath | bytes
2764
+ | init_subclass | set_name | fspath | bytes | prepare
2765
2765
)__
2766
2766
)\b
2767
2767
</string >
@@ -2787,6 +2787,7 @@ indirectly through syntactic constructs
2787
2787
| metaclass | methods | module | mro | name
2788
2788
| qualname | self | signature | slots | subclasses
2789
2789
| version | weakref | wrapped | annotations | classcell
2790
+ | spec | path | package
2790
2791
)__
2791
2792
)\b
2792
2793
</string >
Original file line number Diff line number Diff line change @@ -1330,7 +1330,7 @@ repository:
1330
1330
| rtruediv | rxor | set | setattr | setitem | setslice
1331
1331
| setstate | sizeof | str | sub | subclasscheck | truediv
1332
1332
| trunc | unicode | xor | matmul | rmatmul | imatmul
1333
- | init_subclass | set_name | fspath | bytes
1333
+ | init_subclass | set_name | fspath | bytes | prepare
1334
1334
)__
1335
1335
)\b
1336
1336
captures :
@@ -1347,6 +1347,7 @@ repository:
1347
1347
| metaclass | methods | module | mro | name
1348
1348
| qualname | self | signature | slots | subclasses
1349
1349
| version | weakref | wrapped | annotations | classcell
1350
+ | spec | path | package
1350
1351
)__
1351
1352
)\b
1352
1353
captures :
Original file line number Diff line number Diff line change 35
35
some .__fspath__
36
36
some .__classcell__
37
37
some .__bytes__
38
+ some .__spec__
39
+ some .__path__
40
+ some .__prepare__
41
+ some .__package__
38
42
some .__notspecial__
39
43
40
44
163
167
__bytes__ : source .python , support .function .magic .python
164
168
some : source .python
165
169
. : source .python
170
+ __spec__ : source .python , support .variable .magic .python
171
+ some : source .python
172
+ . : source .python
173
+ __path__ : source .python , support .variable .magic .python
174
+ some : source .python
175
+ . : source .python
176
+ __prepare__ : source .python , support .function .magic .python
177
+ some : source .python
178
+ . : source .python
179
+ __package__ : source .python , support .variable .magic .python
180
+ some : source .python
181
+ . : source .python
166
182
__notspecial__ : source .python
You can’t perform that action at this time.
0 commit comments