We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c91390 commit 89ea4b8Copy full SHA for 89ea4b8
3 files changed
python/extractor/tsg-python/tsp/src/grammar.json
@@ -1169,7 +1169,11 @@
1169
"members": [
1170
{
1171
"type": "STRING",
1172
- "value": "except*"
+ "value": "except"
1173
+ },
1174
+ {
1175
+ "type": "STRING",
1176
+ "value": "*"
1177
},
1178
1179
"type": "SEQ",
python/extractor/tsg-python/tsp/src/node-types.json
@@ -3964,10 +3964,6 @@
3964
"type": "except",
3965
"named": false
3966
3967
- {
3968
- "type": "except*",
3969
- "named": false
3970
- },
3971
3972
"type": "exec",
3973
0 commit comments