We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e32ba commit 5741fe8Copy full SHA for 5741fe8
1 file changed
tests/functional/u/unused/unused_variable.py
@@ -176,3 +176,14 @@ def func5():
176
x = []
177
# Test case requires homonym between "for x" and "in x"
178
assert [True for x in x]
179
+
180
181
+def sibling_except_handlers():
182
+ try:
183
+ pass
184
+ except ValueError as e:
185
+ print(e)
186
187
188
189
0 commit comments